mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 20:17:49 +00:00
SCI: Add virtual destructor
This commit is contained in:
parent
1d5a127011
commit
f6d8e0f5ed
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user