summaryrefslogtreecommitdiff
path: root/Source/cmGeneratedFileStream.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-11 19:06:54 -0500
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-11 19:06:54 -0500
commit867c3a763e3183ef2c2f32e6c930ea49ae34a5f1 (patch)
tree2c883c05488d4f515c1d8e8e51ae9f528c6bcc08 /Source/cmGeneratedFileStream.h
parent0126fd06ade2b895381dd11caa3ccf2e7c63e7e5 (diff)
downloadcmake-867c3a763e3183ef2c2f32e6c930ea49ae34a5f1.tar.gz
ENH: Add support for binary
Diffstat (limited to 'Source/cmGeneratedFileStream.h')
-rw-r--r--Source/cmGeneratedFileStream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGeneratedFileStream.h b/Source/cmGeneratedFileStream.h
index 6d0637c0b2..4783cb6c61 100644
--- a/Source/cmGeneratedFileStream.h
+++ b/Source/cmGeneratedFileStream.h
@@ -114,7 +114,7 @@ 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);
+ cmGeneratedFileStream& Open(const char* name, bool quiet=false, bool binary=false);
/**
* Close the output file. This should be used only with an open