]> Creatis software - cpPlugins.git/blobdiff - lib/cpBaseQtApplication/Pipeline/Block.h
...
[cpPlugins.git] / lib / cpBaseQtApplication / Pipeline / Block.h
index 73b31f8e11b9588d5f809d7b200930a0ff4b2a0b..eaa6bf0869c97f0367c2b6dcfe8f4de8640db2d5 100644 (file)
@@ -4,7 +4,7 @@
 #include <cpBaseQtApplication_Export.h>\r
 #include <QGraphicsPathItem>\r
 #include <itkCommand.h>\r
-#include <cpPlugins/BaseObjects/ProcessObject.h>\r
+#include <cpPlugins/Pipeline/ProcessObject.h>\r
 \r
 namespace cpBaseQtApplication\r
 {\r
@@ -24,7 +24,7 @@ namespace cpBaseQtApplication
     public:\r
       typedef Block             Self;\r
       typedef QGraphicsPathItem Superclass;\r
-      typedef cpPlugins::BaseObjects::ProcessObject TFilter;\r
+      typedef cpPlugins::Pipeline::ProcessObject TFilter;\r
 \r
     protected:\r
       /**\r
@@ -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