From c57568f77dce6f1cc282416e21b5c36e2c8a5086 Mon Sep 17 00:00:00 2001 From: Cyrille Valladeau <cyrille.valladeau@c-s.fr> Date: Mon, 14 Jan 2008 16:54:43 +0000 Subject: [PATCH] oups... oubli d'un bout de commit. --- Testing/Code/Common/otbGenericInterpolateImageFunctionNew.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Testing/Code/Common/otbGenericInterpolateImageFunctionNew.cxx b/Testing/Code/Common/otbGenericInterpolateImageFunctionNew.cxx index 2651b2697f..c72d31d287 100644 --- a/Testing/Code/Common/otbGenericInterpolateImageFunctionNew.cxx +++ b/Testing/Code/Common/otbGenericInterpolateImageFunctionNew.cxx @@ -28,7 +28,7 @@ class SameFunction { public: void SetRadius(unsigned int rad){ m_Radius = rad; }; - unsigned int GatRadius(){ return m_Radius; }; + unsigned int GetRadius() const { return m_Radius; }; inline TOutput operator()( const TInput & A ) const { return static_cast<TOutput>(A); -- GitLab