mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-15 20:03:15 +02:00
(linux) compile fix.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user