]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Image/Functors/FluxMedialness.h
...
[FrontAlgorithms.git] / lib / fpa / Image / Functors / FluxMedialness.h
index 19950404846e7c22cdbff4a33398d32848d4211a..4aa7e8a17b2b0e78a711ff28b577b408baebb04f 100644 (file)
@@ -49,7 +49,7 @@ namespace fpa
         FluxMedialness( );
         virtual ~FluxMedialness( );
 
-        virtual TOutput _Evaluate( const TIndex& i ) const;
+        virtual TOutput _Evaluate( const TIndex& i ) const ITK_OVERRIDE;
 
       private:
         // Purposely not implemented.