aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/wintermute/ui/ui_object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/ui/ui_object.h b/engines/wintermute/ui/ui_object.h
index 4132d9576a..6eaade4b4b 100644
--- a/engines/wintermute/ui/ui_object.h
+++ b/engines/wintermute/ui/ui_object.h
@@ -53,7 +53,6 @@ public:
virtual void correctSize();
void setText(const char *text);
- UITiledImage *_back;
UIObject(BaseGame *inGame = nullptr);
virtual ~UIObject();
void setListener(BaseScriptHolder *object, BaseScriptHolder *listenerObject, uint32 listenerParam);
@@ -102,6 +101,7 @@ protected:
int32 _height;
bool _canFocus;
bool _parentNotify;
+ UITiledImage *_back;
};
} // End of namespace Wintermute