1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Compile fix.

This commit is contained in:
Frank Zago 2009-09-25 03:21:56 +00:00
parent 0937653e0a
commit ad5b30294b

View File

@ -54,7 +54,7 @@ public:
class DLL_EXPORT CSpellHandler
{
public:
CSpellHandler::CSpellHandler();
CSpellHandler();
std::vector<CSpell> spells;
void loadSpells();