소스 검색

minor fix for member function call

Johannes Ruehle 11 년 전
부모
커밋
0430f28865
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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
   ///////////    
-  SemanticSegmentation::setClassNames ( & ( md->getClassNames ( "train" ) ) );
+  this->setClassNames ( & ( md->getClassNames ( "train" ) ) );
   
   this->initFromConfig( _conf ); 
 }
@@ -2227,4 +2227,4 @@ void SemSegNovelty::store ( std::ostream & os, int format ) const
 void SemSegNovelty::clear ()
 {
  //TODO
-}
+}