From e29fd4d0ead4353ff2e03fcd793400d8e0779481 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Sat, 7 Nov 2015 18:42:19 +0000 Subject: MirLua: added metatables wrapper git-svn-id: http://svn.miranda-ng.org/main/trunk@15697 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/src/mlua_script.h | 3 +-- 1 file changed, 1 insertion(+), 2 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 0b299112b7..38e207549d 100644 --- a/plugins/MirLua/src/mlua_script.h +++ b/plugins/MirLua/src/mlua_script.h @@ -10,11 +10,10 @@ private: TCHAR* fileName; TCHAR filePath[MAX_PATH]; bool isLoaded; - int group; int unloadRef; public: - CMLuaScript(lua_State *L, const TCHAR* path, int iGroup = 0); + CMLuaScript(lua_State *L, const TCHAR* path); ~CMLuaScript(); const char* GetModuleName() const; -- cgit v1.2.3