diff options
Diffstat (limited to 'plugins/SMS/src')
-rw-r--r-- | plugins/SMS/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SMS/src/main.cpp b/plugins/SMS/src/main.cpp index 939ed8ecc0..196b53ba3a 100644 --- a/plugins/SMS/src/main.cpp +++ b/plugins/SMS/src/main.cpp @@ -27,7 +27,7 @@ Enjoy the code and use it smartly! #include "stdafx.h"
-int hLangpack;
+int &hLangpack(g_plugin.m_hLang);
CMPlugin g_plugin;
CLIST_INTERFACE *pcli;
|