diff options
Diffstat (limited to 'engines/hdb/lua-script.h')
| -rw-r--r-- | engines/hdb/lua-script.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/lua-script.h b/engines/hdb/lua-script.h index 6949debc44..92574d268e 100644 --- a/engines/hdb/lua-script.h +++ b/engines/hdb/lua-script.h @@ -71,7 +71,7 @@ private: bool _systemInit; bool registerExtensions(); - bool executeChunk(Common::String &chunk, uint chunkSize, const Common::String &chunkName) const; + bool executeChunk(Common::String &chunk, const Common::String &chunkName) const; void stripComments(char *chunk); void addPatches(Common::String &chunk, const char *scriptName); }; |
