mirror of
https://github.com/reactos/CMake.git
synced 2025-02-24 05:53:21 +00:00
COMP: Fix warning about not being able to automatically generate a copy constructor.
This commit is contained in:
parent
d486e7c871
commit
f0d1e1626d
@ -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__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user