Core/Misc: Added missing virtual destructor

This commit is contained in:
joschiwald
2018-02-10 13:59:54 +01:00
parent 91aa8e1193
commit 6edf2f6446

View File

@@ -163,6 +163,7 @@ class TC_GAME_API BfGraveyard
{
public:
BfGraveyard(Battlefield* Bf);
virtual ~BfGraveyard() = default;
// Method to changing who controls the graveyard
void GiveControlTo(TeamId team);