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