summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/mlua_script.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirLua/src/mlua_script.h')
-rw-r--r--plugins/MirLua/src/mlua_script.h3
1 files changed, 1 insertions, 2 deletions
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;