aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/UIWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/UIWindow.h')
-rw-r--r--engines/wintermute/UIWindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/UIWindow.h b/engines/wintermute/UIWindow.h
index dc4c83ee1f..46649dda18 100644
--- a/engines/wintermute/UIWindow.h
+++ b/engines/wintermute/UIWindow.h
@@ -72,7 +72,7 @@ public:
virtual bool HandleKeypress(SDL_Event *event);
CBArray<CUIObject *, CUIObject *> _widgets;
TTextAlign _titleAlign;
- HRESULT LoadFile(char *Filename);
+ HRESULT LoadFile(const char *Filename);
HRESULT LoadBuffer(byte *Buffer, bool Complete = true);
CUITiledImage *_backInactive;
CBFont *_fontInactive;