diff options
| author | Torbjörn Andersson | 2015-06-29 07:09:41 +0200 |
|---|---|---|
| committer | Torbjörn Andersson | 2015-06-29 07:09:41 +0200 |
| commit | c052865dcc6c407f8cfb48081e129e458dfde774 (patch) | |
| tree | b375d6455bbcc8a084ab283e8e6061c19bb3cb19 | |
| parent | b74bc43a53e50439660edf01c7d40e69fef87a27 (diff) | |
| download | scummvm-rg350-c052865dcc6c407f8cfb48081e129e458dfde774.tar.gz scummvm-rg350-c052865dcc6c407f8cfb48081e129e458dfde774.tar.bz2 scummvm-rg350-c052865dcc6c407f8cfb48081e129e458dfde774.zip | |
SHERLOCK: Silence GCC warning about non-virtual destructor
| -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 |
