summaryrefslogtreecommitdiff
path: root/protocols/VKontakte/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/VKontakte/src/main.cpp')
-rw-r--r--protocols/VKontakte/src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/VKontakte/src/main.cpp b/protocols/VKontakte/src/main.cpp
index 87a9bda6a5..5715acede3 100644
--- a/protocols/VKontakte/src/main.cpp
+++ b/protocols/VKontakte/src/main.cpp
@@ -20,6 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
HINSTANCE hInst;
int hLangpack;
+CLIST_INTERFACE *pcli;
PLUGININFOEX pluginInfo =
{
@@ -77,6 +78,7 @@ static int vkProtoUninit(CVkProto *ppro)
extern "C" int __declspec(dllexport) Load()
{
mir_getLP(&pluginInfo);
+ mir_getCLI();
InitIcons();