X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FInterface%2FProcessObjectPort.cxx;h=d7bbcf4e1b4c5edeed828e4144c3f210fe185f5c;hb=6ffc11d77924d6ab7e94db95d41105982ac73e00;hp=6dd0282d1b8ed221f7f6504eaf1867a2a5c96e55;hpb=0d184ef7119178103610ad9e9fab83760cb89e06;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/ProcessObjectPort.cxx b/lib/cpPlugins/Interface/ProcessObjectPort.cxx index 6dd0282..d7bbcf4 100644 --- a/lib/cpPlugins/Interface/ProcessObjectPort.cxx +++ b/lib/cpPlugins/Interface/ProcessObjectPort.cxx @@ -65,8 +65,8 @@ cpPlugins::Interface::InputProcessObjectPort:: Self& cpPlugins::Interface::InputProcessObjectPort:: operator=( const Superclass& other ) { - auto i = dynamic_cast< const InputProcessObjectPort* >( &other ); this->Superclass::operator=( other ); + auto i = dynamic_cast< const InputProcessObjectPort* >( &other ); if( i != NULL ) this->m_Required = i->m_Required; return( *this );