[Scummvm-cvs-logs] scummvm master -> c052865dcc6c407f8cfb48081e129e458dfde774

eriktorbjorn eriktorbjorn at telia.com
Mon Jun 29 07:11:06 CEST 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
c052865dcc SHERLOCK: Silence GCC warning about non-virtual destructor


Commit: c052865dcc6c407f8cfb48081e129e458dfde774
    https://github.com/scummvm/scummvm/commit/c052865dcc6c407f8cfb48081e129e458dfde774
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2015-06-29T07:09:41+02:00

Commit Message:
SHERLOCK: Silence GCC warning about non-virtual destructor

Changed paths:
    engines/sherlock/inventory.h



diff --git a/engines/sherlock/inventory.h b/engines/sherlock/inventory.h
index fac0b2f..057e923 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






More information about the Scummvm-git-logs mailing list