summaryrefslogtreecommitdiff
path: root/src/script/script_scanner.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/script_scanner.hpp')
-rw-r--r--src/script/script_scanner.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/script_scanner.hpp b/src/script/script_scanner.hpp
index 792d36bae..5418dbd85 100644
--- a/src/script/script_scanner.hpp
+++ b/src/script/script_scanner.hpp
@@ -101,7 +101,7 @@ protected:
/**
* Get the script name how to store the script in memory.
*/
- virtual void GetScriptName(ScriptInfo *info, char *name, int len) = 0;
+ virtual void GetScriptName(ScriptInfo *info, char *name, const char *last) = 0;
/**
* Get the filename to scan for this type of script.