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…
Reference in New Issue