From 5e4ecb158a9835d79536326835287d49f22d65f1 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 18 May 2012 21:25:08 +0000 Subject: compilation fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@56 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ContactsPlus/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ContactsPlus') diff --git a/plugins/ContactsPlus/main.cpp b/plugins/ContactsPlus/main.cpp index c609129108..b312850cd9 100644 --- a/plugins/ContactsPlus/main.cpp +++ b/plugins/ContactsPlus/main.cpp @@ -324,7 +324,7 @@ extern "C" __declspec(dllexport) const MUUID* MirandaPluginInterfaces(void) extern "C" __declspec(dllexport) int Load(PLUGINLINK *link) { pluginLink = link; - mir_getLP(&pluginInfoEx); + mir_getLP(&pluginInfo); InitCommonControls(); InitI18N(); -- cgit v1.2.3