From 9990ff21f9acacc42015e43609bf26cfa2104bb1 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Wed, 17 Feb 2016 12:00:00 +0000 Subject: MirLua: fixed getting script eviroment git-svn-id: http://svn.miranda-ng.org/main/trunk@16290 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/src/mlua_script.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/MirLua/src/mlua_script.h') diff --git a/plugins/MirLua/src/mlua_script.h b/plugins/MirLua/src/mlua_script.h index 68b382921e..78fa34bf5b 100644 --- a/plugins/MirLua/src/mlua_script.h +++ b/plugins/MirLua/src/mlua_script.h @@ -24,9 +24,9 @@ public: CMLuaScript(lua_State *L, const TCHAR *path); ~CMLuaScript(); - static bool GetScriptEnviroment(lua_State *L, int n = 1); - static CMLuaScript* GetScriptFromEnviroment(lua_State *L, int n = 1); - static int GetScriptIdFromEnviroment(lua_State *L, int n = 1); + static bool GetScriptEnviroment(lua_State *L); + static CMLuaScript* GetScriptFromEnviroment(lua_State *L); + static int GetScriptIdFromEnviroment(lua_State *L); const char* GetModuleName() const; -- cgit v1.2.3