X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=plugins%2FITKImageInterpolators%2FLinearInterpolateImageFunction.h;h=d13d4b70e93157cfa9135b5a0b1fd98d4ecc952d;hb=a80b23376f4b2508cc475d08645f49751c9b03b1;hp=a6fa94c40181acc27aaff2b6846110e68c194e11;hpb=406ebd171557827b3fa0133073dd69780a6e3f6f;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 >