aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/base/base_script_holder.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/base/base_script_holder.h')
-rw-r--r--engines/wintermute/base/base_script_holder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/base/base_script_holder.h b/engines/wintermute/base/base_script_holder.h
index 0c3d7a1a70..5fd0dbec9c 100644
--- a/engines/wintermute/base/base_script_holder.h
+++ b/engines/wintermute/base/base_script_holder.h
@@ -59,7 +59,7 @@ public:
BaseArray<ScScript *> _scripts;
// scripting interface
- virtual ScValue *scGetProperty(const char *name);
+ virtual ScValue *scGetProperty(const Common::String &name);
virtual bool scSetProperty(const char *name, ScValue *value);
virtual bool scCallMethod(ScScript *script, ScStack *stack, ScStack *thisStack, const char *name);
virtual const char *scToString();