aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/ui/ui_edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/ui/ui_edit.h')
-rw-r--r--engines/wintermute/ui/ui_edit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/ui/ui_edit.h b/engines/wintermute/ui/ui_edit.h
index ea943e3d57..fa760951b0 100644
--- a/engines/wintermute/ui/ui_edit.h
+++ b/engines/wintermute/ui/ui_edit.h
@@ -39,7 +39,7 @@ class UIEdit : public UIObject {
public:
DECLARE_PERSISTENT(UIEdit, UIObject)
int _maxLength;
- int insertChars(int pos, byte *chars, int num);
+ int insertChars(int pos, const byte *chars, int num);
int deleteChars(int start, int end);
bool _cursorVisible;
uint32 _lastBlinkTime;