From 3a0c7938465596cc6e3bf7938344fe72466a5d1a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 21 Jun 2015 21:39:03 +0000 Subject: compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@14314 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/src/mlua.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/MirLua/src/mlua.cpp') diff --git a/plugins/MirLua/src/mlua.cpp b/plugins/MirLua/src/mlua.cpp index 5e720dba8e..bf83c8f2c0 100644 --- a/plugins/MirLua/src/mlua.cpp +++ b/plugins/MirLua/src/mlua.cpp @@ -24,7 +24,8 @@ void CMLua::Load() LoadMirandaModules(); - hScriptsLangpack = GetPluginLangId(MIID_LAST, 0); + MUUID last = MIID_LAST; + hScriptsLangpack = GetPluginLangId(last, 0); CLuaLoader loader(this); loader.LoadScripts(); -- cgit v1.2.3