summaryrefslogtreecommitdiff
path: root/plugins/IEView/ieview_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/IEView/ieview_main.cpp')
-rw-r--r--plugins/IEView/ieview_main.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/plugins/IEView/ieview_main.cpp b/plugins/IEView/ieview_main.cpp
index 1325e269b5..84277c6750 100644
--- a/plugins/IEView/ieview_main.cpp
+++ b/plugins/IEView/ieview_main.cpp
@@ -57,12 +57,7 @@ extern "C" __declspec(dllexport) PLUGININFOEX *MirandaPluginInfoEx(DWORD miranda
return &pluginInfoEx;
}
-static const MUUID interfaces[] = {MIID_LOGWINDOW, MIID_LAST};
-
-extern "C" __declspec(dllexport) const MUUID* MirandaPluginInterfaces(void)
-{
- return interfaces;
-}
+extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = {MIID_LOGWINDOW, MIID_LAST};
extern "C" int __declspec(dllexport) Load(void)
{