diff options
-rw-r--r-- | engines/sci/graphics/helpers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/graphics/helpers.h b/engines/sci/graphics/helpers.h index 19dddd74b8..cdb7d1193b 100644 --- a/engines/sci/graphics/helpers.h +++ b/engines/sci/graphics/helpers.h @@ -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); |