aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/ui/ui_window.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2013-09-30 11:12:25 +0200
committerEinar Johan Trøan Sømåen2013-09-30 11:12:25 +0200
commit5afb297e396fa3ad40559e552008741c6cd6ba66 (patch)
treef93699e55a7373dc14f7699cd5cd219881d80216 /engines/wintermute/ui/ui_window.h
parentf7a9e921aee9371a9defe5acaf4a685ada76fcfb (diff)
downloadscummvm-rg350-5afb297e396fa3ad40559e552008741c6cd6ba66.tar.gz
scummvm-rg350-5afb297e396fa3ad40559e552008741c6cd6ba66.tar.bz2
scummvm-rg350-5afb297e396fa3ad40559e552008741c6cd6ba66.zip
WINTERMUTE: Constify some getters in TransparentSurface, UIObject and UIWindow
Diffstat (limited to 'engines/wintermute/ui/ui_window.h')
-rw-r--r--engines/wintermute/ui/ui_window.h4
1 files changed, 2 insertions, 2 deletions
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;