1
0
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:
Frank Zago
2011-05-12 01:39:37 +00:00
parent 95b16906aa
commit 2bcba53a5d

View File

@@ -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