1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-17 00:07:41 +02:00

Fixed CID 1366376

This commit is contained in:
AlexVinS
2016-11-25 13:36:54 +03:00
parent f8ccc27702
commit 692d23e580
3 changed files with 2 additions and 3 deletions

View File

@ -90,6 +90,8 @@ public:
virtual bool givesSpells() const { return false; }
virtual bool givesBonuses() const { return false; }
virtual ~IObjectInfo() = default;
};
class CGObjectInstance;