Bladeren bron

minor fix for member function call

Johannes Ruehle 11 jaren geleden
bovenliggende
commit
0430f28865
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      semseg/SemSegNovelty.cpp

+ 2 - 2
semseg/SemSegNovelty.cpp

@@ -68,7 +68,7 @@ SemSegNovelty::SemSegNovelty ( const Config * _conf,
   ///////////
   ///////////
   // here comes the new code part different from the empty constructor
   // here comes the new code part different from the empty constructor
   ///////////    
   ///////////    
-  SemanticSegmentation::setClassNames ( & ( md->getClassNames ( "train" ) ) );
+  this->setClassNames ( & ( md->getClassNames ( "train" ) ) );
   
   
   this->initFromConfig( _conf ); 
   this->initFromConfig( _conf ); 
 }
 }
@@ -2227,4 +2227,4 @@ void SemSegNovelty::store ( std::ostream & os, int format ) const
 void SemSegNovelty::clear ()
 void SemSegNovelty::clear ()
 {
 {
  //TODO
  //TODO
-}
+}