From c052865dcc6c407f8cfb48081e129e458dfde774 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Mon, 29 Jun 2015 07:09:41 +0200 Subject: SHERLOCK: Silence GCC warning about non-virtual destructor --- engines/sherlock/inventory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sherlock/inventory.h') 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 -- cgit v1.2.3