X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Ffpa%2FBase%2FFunctors%2FInverse.h;h=af68022246189edf414cfa37b26c906a09671370;hb=e9083d9f5f381f258f994fa9bbbe39a897f97c5b;hp=dc8c7a24fd43845586395c9fb20e2a4784e2d2ad;hpb=7955ba9683b8032e8cd3ca7aa361568fdbb218d2;p=FrontAlgorithms.git diff --git a/lib/fpa/Base/Functors/Inverse.h b/lib/fpa/Base/Functors/Inverse.h index dc8c7a2..af68022 100644 --- a/lib/fpa/Base/Functors/Inverse.h +++ b/lib/fpa/Base/Functors/Inverse.h @@ -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( );