Salome HOME
To allow compilation of old native ParaView SHAPER_2.7.0 V8_3_0a2 V8_3_0b1
authorAnthony Geay <anthony.geay@edf.fr>
Fri, 17 Mar 2017 12:22:54 +0000 (13:22 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Fri, 17 Mar 2017 12:22:54 +0000 (13:22 +0100)
src/Plugins/MEDReader/IO/vtkInformationGaussDoubleVectorKey.h

index 9a40f79436dec106a9d2bd75179a1e1f372cd0bb..33e492e067a7e5e906937b018ac62be2efe6a17b 100644 (file)
@@ -53,9 +53,9 @@ public:
     this->ShallowCopy(fromInfo, toInfo);
   }
 
-private:
+  /*private:
   vtkInformationGaussDoubleVectorKey(const vtkInformationGaussDoubleVectorKey&) VTK_DELETE_FUNCTION;
-  void operator=(const vtkInformationGaussDoubleVectorKey&) VTK_DELETE_FUNCTION;
+  void operator=(const vtkInformationGaussDoubleVectorKey&) VTK_DELETE_FUNCTION;*/
 };
 
 #endif