]> Creatis software - cpPlugins.git/blobdiff - lib/cpBaseQtApplication/Pipeline/Block.h
...
[cpPlugins.git] / lib / cpBaseQtApplication / Pipeline / Block.h
index a61e00eb46d8a1c5ba9bd95685d9407f936c12eb..eaa6bf0869c97f0367c2b6dcfe8f4de8640db2d5 100644 (file)
@@ -37,9 +37,9 @@ namespace cpBaseQtApplication
         typedef itk::SmartPointer< const _TFilterObserver > ConstPointer;\r
         itkNewMacro( _TFilterObserver );\r
       public:\r
-        void Execute( itk::Object* c, const itk::EventObject& e )\r
+        void Execute( itk::Object* c, const itk::EventObject& e ) override\r
           { this->Execute( const_cast< const itk::Object* >( c ), e ); }\r
-        void Execute( const itk::Object* c, const itk::EventObject& e );\r
+        void Execute( const itk::Object* c, const itk::EventObject& e ) override;\r
       public:\r
         Block* ObservedBlock;\r
       };\r