X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpBaseQtApplication%2FPipeline%2FBlock.h;fp=lib%2FcpBaseQtApplication%2FPipeline%2FBlock.h;h=eaa6bf0869c97f0367c2b6dcfe8f4de8640db2d5;hb=1e17bee074cb6a3f17fa60c5d9b67f9f58723d4a;hp=a61e00eb46d8a1c5ba9bd95685d9407f936c12eb;hpb=406ebd171557827b3fa0133073dd69780a6e3f6f;p=cpPlugins.git diff --git a/lib/cpBaseQtApplication/Pipeline/Block.h b/lib/cpBaseQtApplication/Pipeline/Block.h index a61e00e..eaa6bf0 100644 --- a/lib/cpBaseQtApplication/Pipeline/Block.h +++ b/lib/cpBaseQtApplication/Pipeline/Block.h @@ -37,9 +37,9 @@ namespace cpBaseQtApplication typedef itk::SmartPointer< const _TFilterObserver > ConstPointer; itkNewMacro( _TFilterObserver ); public: - void Execute( itk::Object* c, const itk::EventObject& e ) + void Execute( itk::Object* c, const itk::EventObject& e ) override { this->Execute( const_cast< 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 ) override; public: Block* ObservedBlock; };