From 5c89906040b2ea1f307f3e337655a9429b858207 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Tue, 30 Jun 2015 21:37:39 +0000 Subject: MirLua: common code moved to m_core.h git-svn-id: http://svn.miranda-ng.org/main/trunk@14465 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/src/mlua.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/MirLua/src/mlua.cpp') diff --git a/plugins/MirLua/src/mlua.cpp b/plugins/MirLua/src/mlua.cpp index 90c5e302c6..3d0d7f6106 100644 --- a/plugins/MirLua/src/mlua.cpp +++ b/plugins/MirLua/src/mlua.cpp @@ -41,9 +41,9 @@ void CMLua::Unload() { mir_writeLogT(hLogger, _T("Unloading lua engine\n")); - KillModuleMenus(hScriptsLangpack); - KillModuleServices(); - KillModuleEventHooks(); + ::KillModuleMenus(hScriptsLangpack); + ::KillModuleServices(); + ::KillModuleEventHooks(); //KillModuleSubclassing if (L) -- cgit v1.2.3