]> Creatis software - cpPlugins.git/blobdiff - lib/ItkVtkGlue/itkImageToVTKImageFilter.h
Almost there...
[cpPlugins.git] / lib / ItkVtkGlue / itkImageToVTKImageFilter.h
index eb063f8d070be25e1b05695355a5c615efab347c..9390eb87782d0a710758f4f3bab4596135bbe1e6 100644 (file)
@@ -95,8 +95,8 @@ protected:
   virtual ~ImageToVTKImageFilter();
 
 private:
-  ImageToVTKImageFilter(const Self&) ;
-  void operator=(const Self&) ;
+  ImageToVTKImageFilter(const Self&) ITK_DELETE_FUNCTION;
+  void operator=(const Self&) ITK_DELETE_FUNCTION;
 
   ExporterFilterPointer       m_Exporter;
   vtkImageImport *            m_Importer;