Преглед на файлове

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

Brad King преди 18 години
родител
ревизия
f0d1e1626d
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      Source/cmGeneratedFileStream.h

+ 3 - 0
Source/cmGeneratedFileStream.h

@@ -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__)