From 5afb297e396fa3ad40559e552008741c6cd6ba66 Mon Sep 17 00:00:00 2001 From: Einar Johan Trøan Sømåen Date: Mon, 30 Sep 2013 11:12:25 +0200 Subject: WINTERMUTE: Constify some getters in TransparentSurface, UIObject and UIWindow --- engines/wintermute/ui/ui_window.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/wintermute/ui/ui_window.h') diff --git a/engines/wintermute/ui/ui_window.h b/engines/wintermute/ui/ui_window.h index 9175e3cde8..d8dae8c0d3 100644 --- a/engines/wintermute/ui/ui_window.h +++ b/engines/wintermute/ui/ui_window.h @@ -73,8 +73,8 @@ public: virtual bool scCallMethod(ScScript *script, ScStack *stack, ScStack *thisStack, const char *name) override; virtual const char *scToString(); - bool getInGame(); - TWindowMode getMode(); + bool getInGame() const; + TWindowMode getMode() const; private: bool _pauseMusic; -- cgit v1.2.3