diff options
Diffstat (limited to 'plugins/MirLua/Modules/m_toptoolbar/src')
-rw-r--r-- | plugins/MirLua/Modules/m_toptoolbar/src/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/MirLua/Modules/m_toptoolbar/src/main.cpp b/plugins/MirLua/Modules/m_toptoolbar/src/main.cpp index 55c4cf04d8..621467c431 100644 --- a/plugins/MirLua/Modules/m_toptoolbar/src/main.cpp +++ b/plugins/MirLua/Modules/m_toptoolbar/src/main.cpp @@ -1,6 +1,7 @@ #include "stdafx.h"
-int hLangpack;
+int _hLang;
+int &hLangpack(_hLang);
static TTBButton* MakeTBButton(lua_State *L)
{
|