]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Image/Functors/SimpleDijkstraCost.h
...
[FrontAlgorithms.git] / lib / fpa / Image / Functors / SimpleDijkstraCost.h
index d9a0405b5d2d6ff30747bb16114a7d9c51185ff9..bad95001c3a80f4e1b62395d1508ca24b6cb888a 100644 (file)
@@ -38,7 +38,7 @@ namespace fpa
       public:
         virtual TOutput Evaluate(
           const TIndex& a, const TIndex& b
-          ) const fpa_OVERRIDE;
+          ) const override;
 
       protected:
         SimpleDijkstraCost( );