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