@@ -68,7 +68,7 @@ SemSegNovelty::SemSegNovelty ( const Config * _conf,
///////////
// here comes the new code part different from the empty constructor
- SemanticSegmentation::setClassNames ( & ( md->getClassNames ( "train" ) ) );
+ this->setClassNames ( & ( md->getClassNames ( "train" ) ) );
this->initFromConfig( _conf );
}