1
0
Andy Cedilnik 23 жил өмнө
parent
commit
a77f9f0715

+ 1 - 1
Source/cmWriteFileCommand.cxx

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