From 252e0c17ec711c13ac5ef3bd6af68646275d63d6 Mon Sep 17 00:00:00 2001 From: Tobia Tesan Date: Fri, 20 Sep 2013 13:58:17 +0200 Subject: WINTERMUTE: Make _parentNotify private in UIObject --- engines/wintermute/ui/ui_object.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/wintermute') diff --git a/engines/wintermute/ui/ui_object.h b/engines/wintermute/ui/ui_object.h index 6d1f6ae895..4132d9576a 100644 --- a/engines/wintermute/ui/ui_object.h +++ b/engines/wintermute/ui/ui_object.h @@ -44,7 +44,7 @@ public: bool focus(); virtual bool handleMouse(TMouseEvent event, TMouseButton button); bool isFocused(); - bool _parentNotify; + DECLARE_PERSISTENT(UIObject, BaseObject) UIObject *_parent; virtual bool display() override { return display(0, 0); } @@ -101,7 +101,7 @@ protected: int32 _width; int32 _height; bool _canFocus; - + bool _parentNotify; }; } // End of namespace Wintermute -- cgit v1.2.3