]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Base/Functors/Inverse.h
...
[FrontAlgorithms.git] / lib / fpa / Base / Functors / Inverse.h
index dc8c7a24fd43845586395c9fb20e2a4784e2d2ad..af68022246189edf414cfa37b26c906a09671370 100644 (file)
@@ -33,7 +33,7 @@ namespace fpa
         itkSetMacro( NegativeValue, _TOutput );
 
       public:
-        virtual TOutput Evaluate( const TInput& x ) const fpa_OVERRIDE;
+        virtual TOutput Evaluate( const TInput& x ) const override;
 
       protected:
         Inverse( );