]> Creatis software - cpPlugins.git/blobdiff - lib/ItkVtkGlue/itkVTKImageToImageFilter.h
...
[cpPlugins.git] / lib / ItkVtkGlue / itkVTKImageToImageFilter.h
index b4427c8355857e69da67b4d0ab285d64f9c80de3..2bb90d4f22e21789ba7e384b4d3bcfe58527da8c 100644 (file)
@@ -83,8 +83,8 @@ protected:
   virtual ~VTKImageToImageFilter();
 
 private:
-  VTKImageToImageFilter(const Self&) ITK_DELETE_FUNCTION;
-  void operator=(const Self&) ITK_DELETE_FUNCTION;
+  VTKImageToImageFilter(const Self&) = delete;
+  void operator=(const Self&) = delete;
 
   typedef vtkSmartPointer<vtkImageExport> ImageExportPointer;
   ImageExportPointer m_Exporter;