Added missing virtual destructor.
This commit is contained in:
parent
843ecfcbc0
commit
6496289707
@ -146,6 +146,7 @@ public:
|
||||
} // ItemState(ItemType)
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
virtual ~ItemState() {}
|
||||
void setDisappearCounter();
|
||||
void update(int ticks);
|
||||
virtual void collected(const AbstractKart *kart);
|
||||
|
Loading…
x
Reference in New Issue
Block a user