diff options
Diffstat (limited to 'protocols/ICQCorp/src')
-rw-r--r-- | protocols/ICQCorp/src/corp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/ICQCorp/src/corp.cpp b/protocols/ICQCorp/src/corp.cpp index 35292633dc..e71c55b57b 100644 --- a/protocols/ICQCorp/src/corp.cpp +++ b/protocols/ICQCorp/src/corp.cpp @@ -21,7 +21,7 @@ ///////////////////////////////////////////////////////////////////////////////
-int hLangpack;
+int &hLangpack(g_plugin.m_hLang);
char protoName[64];
CMPlugin g_plugin;
HNETLIBUSER hNetlibUser;
|