aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/BScriptable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/BScriptable.cpp')
-rw-r--r--engines/wintermute/BScriptable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/BScriptable.cpp b/engines/wintermute/BScriptable.cpp
index 2f898078c6..5de599525f 100644
--- a/engines/wintermute/BScriptable.cpp
+++ b/engines/wintermute/BScriptable.cpp
@@ -168,7 +168,7 @@ bool CBScriptable::CanHandleMethod(char *EventMethod) {
//////////////////////////////////////////////////////////////////////////
-CScScript *CBScriptable::InvokeMethodThread(char *MethodName) {
+CScScript *CBScriptable::InvokeMethodThread(const char *MethodName) {
return NULL;
}