aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/hugo/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/object.h b/engines/hugo/object.h
index 4337cf373d..a6519ef132 100644
--- a/engines/hugo/object.h
+++ b/engines/hugo/object.h
@@ -43,7 +43,7 @@ namespace Hugo {
class ObjectHandler {
public:
ObjectHandler(HugoEngine *vm);
- ~ObjectHandler();
+ virtual ~ObjectHandler();
object_t *_objects;