From aa61cf92637ecb5d79dcb7132d658860e0bceee9 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Fri, 17 Mar 2017 13:22:54 +0100 Subject: [PATCH] To allow compilation of old native ParaView --- src/Plugins/MEDReader/IO/vtkInformationGaussDoubleVectorKey.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2