From e841bf16d6b955f779e5e30535848bd650d22352 Mon Sep 17 00:00:00 2001 From: Einar Johan Trøan Sømåen Date: Sat, 28 Jul 2012 23:10:33 +0200 Subject: WINTERMUTE: Fix a few warnings pointed out by fuzzie. --- engines/wintermute/ui/ui_object.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/wintermute/ui') 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; -- cgit v1.2.3