From a53727dda0389031085752f0f15ebbbcf4adf5b3 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 22 May 2018 12:15:23 +0300 Subject: name resolution conflict --- plugins/MirLua/src/environment.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/MirLua/src/environment.cpp b/plugins/MirLua/src/environment.cpp index ca04746b44..3127edee82 100644 --- a/plugins/MirLua/src/environment.cpp +++ b/plugins/MirLua/src/environment.cpp @@ -4,8 +4,9 @@ extern PLUGININFOEX pluginInfoEx; -CMLuaEnvironment::CMLuaEnvironment(lua_State*) - : CMPluginBase(nullptr, pluginInfoEx) +CMLuaEnvironment::CMLuaEnvironment(lua_State *_l) : + CMPluginBase(nullptr, pluginInfoEx), + L(_l) { MUUID muidLast = MIID_LAST; m_hLang = GetPluginLangId(muidLast, 0); -- cgit v1.2.3