[Scummvm-cvs-logs] scummvm master -> 03344d926f336f72e588edef074755fc8f204e6c
sev-
sev at scummvm.org
Mon May 16 17:52:24 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:
03344d926f SCI: Make the Window destructor actually virtual
Commit: 03344d926f336f72e588edef074755fc8f204e6c
https://github.com/scummvm/scummvm/commit/03344d926f336f72e588edef074755fc8f204e6c
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-05-16T17:51:18+02:00
Commit Message:
SCI: Make the Window destructor actually virtual
Changed paths:
engines/sci/graphics/helpers.h
diff --git a/engines/sci/graphics/helpers.h b/engines/sci/graphics/helpers.h
index cdb7d11..ecfdbfc 100644
--- a/engines/sci/graphics/helpers.h
+++ b/engines/sci/graphics/helpers.h
@@ -91,7 +91,7 @@ struct Window : public Port, public Common::Serializable {
bDrawn(false) {
}
- ~Window() {}
+ virtual ~Window() {}
void syncRect(Common::Serializer &ser, Common::Rect &targetRect) {
ser.syncAsSint16LE(targetRect.top);
More information about the Scummvm-git-logs
mailing list