]> Creatis software - cpPlugins.git/blobdiff - plugins/ITKImageInterpolators/LinearInterpolateImageFunction.h
...
[cpPlugins.git] / plugins / ITKImageInterpolators / LinearInterpolateImageFunction.h
index a6fa94c40181acc27aaff2b6846110e68c194e11..d13d4b70e93157cfa9135b5a0b1fd98d4ecc952d 100644 (file)
@@ -21,7 +21,7 @@ namespace cpPluginsITKImageInterpolators
     virtual void CreateInterpolator(
       itk::LightObject* image,
       const std::string& precision_type
-      ) cpPlugins_OVERRIDE;
+      ) override;
 
   protected:
     template< class _TImage >