[Scummvm-cvs-logs] scummvm master -> 875f591704566d72ff437b2b2c7358244a999a67

sev- sev at scummvm.org
Mon May 16 19:53:05 CEST 2016


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:
875f591704 SHERLOCK: Further clarification of virtual destructors. Thanks to LordHoto.


Commit: 875f591704566d72ff437b2b2c7358244a999a67
    https://github.com/scummvm/scummvm/commit/875f591704566d72ff437b2b2c7358244a999a67
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-05-16T19:52:34+02:00

Commit Message:
SHERLOCK: Further clarification of virtual destructors. Thanks to LordHoto.

Changed paths:
    engines/sherlock/image_file.h



diff --git a/engines/sherlock/image_file.h b/engines/sherlock/image_file.h
index 9c7612d..0ae7cc1 100644
--- a/engines/sherlock/image_file.h
+++ b/engines/sherlock/image_file.h
@@ -95,7 +95,7 @@ public:
 	ImageFile();
 	ImageFile(const Common::String &name, bool skipPal = false, bool animImages = false);
 	ImageFile(Common::SeekableReadStream &stream, bool skipPal = false);
-	~ImageFile();
+	virtual ~ImageFile();
 	static void setVm(SherlockEngine *vm);
 };
 






More information about the Scummvm-git-logs mailing list