summaryrefslogtreecommitdiff
path: root/src/guiDeathScreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/guiDeathScreen.h')
-rw-r--r--src/guiDeathScreen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/guiDeathScreen.h b/src/guiDeathScreen.h
index 10a97d7e8..54cc49b0a 100644
--- a/src/guiDeathScreen.h
+++ b/src/guiDeathScreen.h
@@ -29,6 +29,7 @@ class IRespawnInitiator
{
public:
virtual void respawn() = 0;
+ virtual ~IRespawnInitiator() {};
};
class GUIDeathScreen : public GUIModalMenu