aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/ui
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-07-28 23:10:33 +0200
committerEinar Johan Trøan Sømåen2012-07-28 23:10:33 +0200
commite841bf16d6b955f779e5e30535848bd650d22352 (patch)
tree843b29df10e35a22304faec81fab929251509d45 /engines/wintermute/ui
parente08a0d84a2dd4ebb312fc72b9757c303e351dbb1 (diff)
downloadscummvm-rg350-e841bf16d6b955f779e5e30535848bd650d22352.tar.gz
scummvm-rg350-e841bf16d6b955f779e5e30535848bd650d22352.tar.bz2
scummvm-rg350-e841bf16d6b955f779e5e30535848bd650d22352.zip
WINTERMUTE: Fix a few warnings pointed out by fuzzie.
Diffstat (limited to 'engines/wintermute/ui')
-rw-r--r--engines/wintermute/ui/ui_object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/wintermute/ui/ui_object.h b/engines/wintermute/ui/ui_object.h
index 64cd711dcc..50d0a08873 100644
--- a/engines/wintermute/ui/ui_object.h
+++ b/engines/wintermute/ui/ui_object.h
@@ -48,6 +48,7 @@ public:
bool _parentNotify;
DECLARE_PERSISTENT(UIObject, BaseObject)
UIObject *_parent;
+ virtual bool display() { return display(0, 0); }
virtual bool display(int offsetX = 0, int offsetY = 0);
virtual void correctSize();
bool _sharedFonts;