COMP: Fix new cmGeneratedFileStream for MSVC.

This commit is contained in:
Brad King
2004-11-03 07:27:44 -05:00
parent d46d8df0ed
commit e34207c1f0
3 changed files with 6 additions and 7 deletions

View File

@@ -61,6 +61,8 @@ class cmGeneratedFileStream: private cmGeneratedFileStreamBase,
public std::ofstream
{
public:
typedef std::ofstream Stream;
/**
* The constructor takes the name of the file to be generated. It
* automatically generates a name for the temporary file. The