X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=plugins%2FITKImageInterpolators%2FLinearInterpolateImageFunction.h;fp=plugins%2FITKImageInterpolators%2FLinearInterpolateImageFunction.h;h=d13d4b70e93157cfa9135b5a0b1fd98d4ecc952d;hb=42de9bd72fb773eb94d03b36a08c404cd82769a1;hp=a6fa94c40181acc27aaff2b6846110e68c194e11;hpb=1e17bee074cb6a3f17fa60c5d9b67f9f58723d4a;p=cpPlugins.git diff --git a/plugins/ITKImageInterpolators/LinearInterpolateImageFunction.h b/plugins/ITKImageInterpolators/LinearInterpolateImageFunction.h index a6fa94c..d13d4b7 100644 --- a/plugins/ITKImageInterpolators/LinearInterpolateImageFunction.h +++ b/plugins/ITKImageInterpolators/LinearInterpolateImageFunction.h @@ -21,7 +21,7 @@ namespace cpPluginsITKImageInterpolators virtual void CreateInterpolator( itk::LightObject* image, const std::string& precision_type - ) cpPlugins_OVERRIDE; + ) override; protected: template< class _TImage >