X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FItkVtkGlue%2FitkVTKImageToImageFilter.h;h=b4427c8355857e69da67b4d0ab285d64f9c80de3;hb=ddc5b66441101ed6584f4972ca0c4d13c588dacf;hp=2bb90d4f22e21789ba7e384b4d3bcfe58527da8c;hpb=de9c14ef0be5a9755e8a0dc62b8dbaae7ab6087b;p=cpPlugins.git diff --git a/lib/ItkVtkGlue/itkVTKImageToImageFilter.h b/lib/ItkVtkGlue/itkVTKImageToImageFilter.h index 2bb90d4..b4427c8 100644 --- a/lib/ItkVtkGlue/itkVTKImageToImageFilter.h +++ b/lib/ItkVtkGlue/itkVTKImageToImageFilter.h @@ -83,8 +83,8 @@ protected: virtual ~VTKImageToImageFilter(); private: - VTKImageToImageFilter(const Self&) = delete; - void operator=(const Self&) = delete; + VTKImageToImageFilter(const Self&) ITK_DELETE_FUNCTION; + void operator=(const Self&) ITK_DELETE_FUNCTION; typedef vtkSmartPointer ImageExportPointer; ImageExportPointer m_Exporter;