diff options
Diffstat (limited to 'src/script/cpp_api/s_base.h')
-rw-r--r-- | src/script/cpp_api/s_base.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/script/cpp_api/s_base.h b/src/script/cpp_api/s_base.h index ee2835da2..13076d3d1 100644 --- a/src/script/cpp_api/s_base.h +++ b/src/script/cpp_api/s_base.h @@ -51,7 +51,8 @@ public: ScriptApiBase(); virtual ~ScriptApiBase(); - bool loadMod(const std::string &script_path, const std::string &mod_name, std::string *error=NULL); + bool loadMod(const std::string &script_path, const std::string &mod_name, + std::string *error=NULL); bool loadScript(const std::string &script_path, std::string *error=NULL); /* object */ |