aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/UIObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/UIObject.h')
-rw-r--r--engines/wintermute/UIObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/UIObject.h b/engines/wintermute/UIObject.h
index 1f982ce830..6d5f463fca 100644
--- a/engines/wintermute/UIObject.h
+++ b/engines/wintermute/UIObject.h
@@ -75,7 +75,7 @@ public:
virtual CScValue *ScGetProperty(const char *Name);
virtual HRESULT ScSetProperty(const char *Name, CScValue *Value);
virtual HRESULT ScCallMethod(CScScript *Script, CScStack *Stack, CScStack *ThisStack, const char *Name);
- virtual char *ScToString();
+ virtual const char *ScToString();
};
} // end of namespace WinterMute