From 28a3f4e95a93f30155c68aa87198595ca9e100b5 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 22 Jun 2015 12:04:20 +0000 Subject: compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@14323 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/src/mlua.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/MirLua/src/mlua.cpp b/plugins/MirLua/src/mlua.cpp index ccd843d5be..e76731e11b 100644 --- a/plugins/MirLua/src/mlua.cpp +++ b/plugins/MirLua/src/mlua.cpp @@ -22,7 +22,8 @@ void CMLua::Load() lua_setfield(L, -2, "cpath"); lua_pop(L, 1); - hScriptsLangpack = GetPluginLangId(MIID_LAST, 0); + MUUID muidLast = MIID_LAST; + hScriptsLangpack = GetPluginLangId(muidLast, 0); CLuaModuleLoader::Load(L); CLuaScriptLoader::Load(L); -- cgit v1.2.3