]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/VTK/Image2DObserver.h
...
[FrontAlgorithms.git] / lib / fpa / VTK / Image2DObserver.h
index 0d956581ce727abda5c291215fa6ab56bba2112d..c70b2afb2a1311df2bba4b004f1877ff87aa546b 100644 (file)
@@ -49,9 +49,9 @@ namespace fpa
         unsigned char alpha
         );
       void Render( );
-      void Execute( itk::Object* c, const itk::EventObject& e )
+      void Execute( itk::Object* c, const itk::EventObject& e ) ITK_OVERRIDE
         { this->Execute( ( const itk::Object* )( c ), e ); }
-      void Execute( const itk::Object* c, const itk::EventObject& e );
+      void Execute( const itk::Object* c, const itk::EventObject& e ) ITK_OVERRIDE;
 
     protected:
       Image2DObserver( );