Add virtual destructors to abstract classes
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 9 Dec 2011 10:20:19 +0000 (11:20 +0100)
committerPerttu Ahola <celeron55@gmail.com>
Wed, 28 Dec 2011 18:50:21 +0000 (20:50 +0200)
commit135a65e200d372dd31f19639d25c9b5aa1459252
treea34dc712a24034caa297aff222f6fc3373d50875
parent123529e5eb99cc8e8dcf198e9724c98c44eb96ea
Add virtual destructors to abstract classes

IRespawnInitiator and InventoryActions are abstract classes, but they
were missing a virtual destructor. Define it, even if it does nothing
and its absence most likely makes no difference other tha causing
warnings during compile.
src/guiDeathScreen.h
src/guiTextInputMenu.h
src/inventory.h