Added missing virtual destructor.

This commit is contained in:
hiker 2018-06-08 15:27:21 +10:00
parent 843ecfcbc0
commit 6496289707

View File

@ -146,6 +146,7 @@ public:
} // ItemState(ItemType)
// ------------------------------------------------------------------------
virtual ~ItemState() {}
void setDisappearCounter();
void update(int ticks);
virtual void collected(const AbstractKart *kart);