]> Creatis software - FrontAlgorithms.git/blobdiff - plugins/fpa/RegionGrowThresholdFunction.h
...
[FrontAlgorithms.git] / plugins / fpa / RegionGrowThresholdFunction.h
index 2f9694a29a635b07b8c768d04b7fc31e9ef50d1f..5a9c0165dafb93eea6b6e2558b8867e824fe7d70 100644 (file)
@@ -28,7 +28,7 @@ namespace fpaPlugins
     RegionGrowThresholdFunction( );
     virtual ~RegionGrowThresholdFunction( );
 
-    virtual std::string _GenerateData( );
+    virtual std::string _GenerateData( ) ITK_OVERRIDE;
 
     template< class _TImage >
       std::string _GD0( _TImage* image );