COMP: Remove warning

This commit is contained in:
Andy Cedilnik
2006-01-12 14:21:37 -05:00
parent 4bdca3b404
commit 9ab3b14c77
2 changed files with 4 additions and 3 deletions

View File

@@ -114,7 +114,8 @@ public:
* temporary file. If the file cannot be opened an error message is
* produced unless the second argument is set to true.
*/
cmGeneratedFileStream& Open(const char* name, bool quiet=false, bool binary=false);
cmGeneratedFileStream& Open(const char* name, bool quiet=false,
bool binaryFlag=false);
/**
* Close the output file. This should be used only with an open