summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/m_core.cpp
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-06-16 20:20:18 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-06-16 20:20:18 +0000
commit3a7b2c4c645ffecd24df0862b649e79ca5edbfbf (patch)
tree85f86c67d5595ac160a208cfe22f4dc730f0ddc8 /plugins/MirLua/src/m_core.cpp
parent90b62d09470b28b2d39e073b4baee403ffc86903 (diff)
MirLua: added NULL to core module
git-svn-id: http://svn.miranda-ng.org/main/trunk@14219 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/m_core.cpp')
-rw-r--r--plugins/MirLua/src/m_core.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/MirLua/src/m_core.cpp b/plugins/MirLua/src/m_core.cpp
index 77dab3299d..e71c20471d 100644
--- a/plugins/MirLua/src/m_core.cpp
+++ b/plugins/MirLua/src/m_core.cpp
@@ -206,5 +206,7 @@ luaL_Reg CMLua::coreLib[] =
{ "Translate", lua_Translate },
{ "ReplaceVariables", lua_ReplaceVariables },
+ { "NULL", NULL },
+
{ NULL, NULL }
};