diff options
-rw-r--r-- | engines/sherlock/inventory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/inventory.h b/engines/sherlock/inventory.h index fac0b2f888..057e923e5d 100644 --- a/engines/sherlock/inventory.h +++ b/engines/sherlock/inventory.h @@ -99,7 +99,7 @@ public: public: static Inventory *init(SherlockEngine *vm); Inventory(SherlockEngine *vm); - ~Inventory(); + virtual ~Inventory(); /** * Free inventory data |