summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-08-23 21:40:07 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-08-23 21:40:07 (GMT)
commita4f40c31f1e160ab34d90c1a5e9ed5ab6cc1de59 (patch)
tree554853021dba4b552bb22235b2f9a15a662fc989 /Source/cmMakefile.h
parent852be8a520a8a03268b499642c5257675b9ad7f2 (diff)
downloadCMake-a4f40c31f1e160ab34d90c1a5e9ed5ab6cc1de59.zip
CMake-a4f40c31f1e160ab34d90c1a5e9ed5ab6cc1de59.tar.gz
CMake-a4f40c31f1e160ab34d90c1a5e9ed5ab6cc1de59.tar.bz2
ENH: add dump documentation test
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index c5363d6..5146f8f 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -487,7 +487,7 @@ public:
* Dump documentation to a file. If 0 is returned, the
* operation failed.
*/
- int DumpDocumentationToFile(const char *fileName);
+ int DumpDocumentationToFile(std::ostream&);
/**
* Expand all defined varibles in the string.