SCI: Add virtual destructor

This commit is contained in:
Eugene Sandulenko 2016-05-16 16:46:43 +02:00
parent 1d5a127011
commit f6d8e0f5ed

View File

@ -91,6 +91,8 @@ struct Window : public Port, public Common::Serializable {
bDrawn(false) {
}
~Window() {}
void syncRect(Common::Serializer &ser, Common::Rect &targetRect) {
ser.syncAsSint16LE(targetRect.top);
ser.syncAsSint16LE(targetRect.left);