]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/VTK/Image3DObserver.h
...
[FrontAlgorithms.git] / lib / fpa / VTK / Image3DObserver.h
index f9c123bece9f777fa3cb1d579125c57b1100f12d..a237696f58bcae818b08e79f0e0f5e6b3fc305df 100644 (file)
@@ -44,9 +44,9 @@ namespace fpa
     public:
       void SetRenderWindow( R* rw );
       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:
       Image3DObserver( );