COMP: Fix warning about not being able to automatically generate a copy constructor.

This commit is contained in:
Brad King 2007-08-01 10:53:28 -04:00
parent d486e7c871
commit f0d1e1626d
1 changed files with 3 additions and 0 deletions

View File

@ -145,6 +145,9 @@ public:
* the output file to be changed during the use of cmGeneratedFileStream.
*/
void SetName(const char* fname);
private:
cmGeneratedFileStream(cmGeneratedFileStream const&); // not implemented
};
#if defined(__sgi) && !defined(__GNUC__)