diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-08-23 21:40:07 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-08-23 21:40:07 (GMT) |
commit | a4f40c31f1e160ab34d90c1a5e9ed5ab6cc1de59 (patch) | |
tree | 554853021dba4b552bb22235b2f9a15a662fc989 /Source/cmMakefile.h | |
parent | 852be8a520a8a03268b499642c5257675b9ad7f2 (diff) | |
download | CMake-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.h | 2 |
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. |