diff options
Diffstat (limited to 'engines/wintermute/BKeyboardState.cpp')
-rw-r--r-- | engines/wintermute/BKeyboardState.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/BKeyboardState.cpp b/engines/wintermute/BKeyboardState.cpp index 1bece9fea6..eb1346e645 100644 --- a/engines/wintermute/BKeyboardState.cpp +++ b/engines/wintermute/BKeyboardState.cpp @@ -174,7 +174,7 @@ HRESULT CBKeyboardState::ScSetProperty(const char *Name, CScValue *Value) { //////////////////////////////////////////////////////////////////////////
-char *CBKeyboardState::ScToString() {
+const char *CBKeyboardState::ScToString() {
return "[keyboard state]";
}
|