From: Anthony Geay Date: Fri, 17 Mar 2017 12:22:54 +0000 (+0100) Subject: To allow compilation of old native ParaView X-Git-Tag: SHAPER_2.7.0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=aa61cf92637ecb5d79dcb7132d658860e0bceee9;p=modules%2Fparavis.git To allow compilation of old native ParaView --- diff --git a/src/Plugins/MEDReader/IO/vtkInformationGaussDoubleVectorKey.h b/src/Plugins/MEDReader/IO/vtkInformationGaussDoubleVectorKey.h index 9a40f794..33e492e0 100644 --- a/src/Plugins/MEDReader/IO/vtkInformationGaussDoubleVectorKey.h +++ b/src/Plugins/MEDReader/IO/vtkInformationGaussDoubleVectorKey.h @@ -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