summaryrefslogtreecommitdiff
path: root/plugins/ContactsPlus/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ContactsPlus/main.cpp')
-rw-r--r--plugins/ContactsPlus/main.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/ContactsPlus/main.cpp b/plugins/ContactsPlus/main.cpp
index 5c2d67ad6a..da43554c29 100644
--- a/plugins/ContactsPlus/main.cpp
+++ b/plugins/ContactsPlus/main.cpp
@@ -272,11 +272,7 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD miranda
return &pluginInfo;
}
-static const MUUID interfaces[] = {MIID_SRCONTACTS, MIID_LAST};
-extern "C" __declspec(dllexport) const MUUID* MirandaPluginInterfaces(void)
-{
- return interfaces;
-}
+extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = {MIID_SRCONTACTS, MIID_LAST};
extern "C" __declspec(dllexport) int Load(void)
{