]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Image/Functors/RegionGrowThresholdFunction.h
...
[FrontAlgorithms.git] / lib / fpa / Image / Functors / RegionGrowThresholdFunction.h
index 55a5d53b7fc63b53f88b59a8442b5b38e109607e..4ec4bbfb520ccacaa9cc83a38fee270173125e98 100644 (file)
@@ -42,7 +42,7 @@ namespace fpa
         itkSetMacro( UpperThreshold, TPixel );
 
       public:
-        virtual bool Evaluate( const TIndex& idx ) const
+        virtual bool Evaluate( const TIndex& idx ) const ITK_OVERRIDE
           {
             const I* img = this->GetSpace( );