1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-29 21:56:54 +02:00

Compile fix.

This commit is contained in:
Frank Zago 2010-08-03 03:03:57 +00:00
parent 3361126c55
commit 3d7e3e4acf

View File

@ -42,7 +42,7 @@ public:
void loadBuildings(); //main loader
~CBuildingHandler(); //d-tor
static int CBuildingHandler::campToERMU(int camp, int townType);
static int campToERMU(int camp, int townType);
template <typename Handler> void serialize(Handler &h, const int version)
{