aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/script.h')
-rw-r--r--engines/gob/script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/script.h b/engines/gob/script.h
index 19fe2696ee..64a04503b1 100644
--- a/engines/gob/script.h
+++ b/engines/gob/script.h
@@ -99,7 +99,7 @@ public:
byte *getData();
/** Load a script file. */
- bool load(const char *fileName);
+ bool load(const Common::String &fileName);
/** Unload the script. */
void unload();
/** Was a script loaded? */