mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
COMP: Fix warning about not being able to automatically generate a copy constructor.
This commit is contained in:
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user