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