aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/cge2/vmenu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cge2/vmenu.h b/engines/cge2/vmenu.h
index 60796e750a..f34812dcf4 100644
--- a/engines/cge2/vmenu.h
+++ b/engines/cge2/vmenu.h
@@ -47,6 +47,7 @@ public:
virtual void proc() = 0;
Choice(CGE2Engine *vm);
+ virtual ~Choice() {};
};
class ExitGameChoice : public Choice {