[Scummvm-cvs-logs] scummvm master -> 45533b73a812896b130c525a3ef21a2e7bfad0f1

eriktorbjorn eriktorbjorn at telia.com
Sun Jul 27 20:40:52 CEST 2014


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:
45533b73a8 MADS: Silence GCC warning


Commit: 45533b73a812896b130c525a3ef21a2e7bfad0f1
    https://github.com/scummvm/scummvm/commit/45533b73a812896b130c525a3ef21a2e7bfad0f1
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2014-07-27T20:40:05+02:00

Commit Message:
MADS: Silence GCC warning

Changed paths:
    engines/mads/events.h



diff --git a/engines/mads/events.h b/engines/mads/events.h
index c906b62..54df337 100644
--- a/engines/mads/events.h
+++ b/engines/mads/events.h
@@ -41,6 +41,7 @@ class MADSEngine;
 
 class EventTarget {
 public:
+	virtual ~EventTarget() {}
 	virtual bool onEvent(Common::Event &event) { return false; }
 };
 






More information about the Scummvm-git-logs mailing list