فهرست منبع

(linux) compile fix.

Frank Zago 14 سال پیش
والد
کامیت
2bcba53a5d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      lib/ERMParser.cpp

+ 1 - 1
lib/ERMParser.cpp

@@ -562,6 +562,6 @@ void ERMParser::repairEncoding( char * str, int len ) const
 #else
 
 ERMParser::ERMParser(std::string file){}
-std::vector<ERM::TLine> ERMParser::parseFile() {std::vector<ERM::TLine> dummy; return dummy;} //compile fix
+std::vector<LineInfo> ERMParser::parseFile() {std::vector<LineInfo> dummy; return dummy;} //compile fix
 
 #endif