Fix namespace problem

This commit is contained in:
Andy Cedilnik 2002-09-21 07:29:39 -04:00
parent a76773f48f
commit a77f9f0715
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ bool cmWriteFileCommand::InitialPass(std::vector<std::string> const& argsIn)
fileName.c_str());
return false;
}
file << message << endl;
file << message << std::endl;
file.close();
return true;