diff options
Diffstat (limited to 'plugins/RecentContacts/RecentContacts.cpp')
| -rw-r--r-- | plugins/RecentContacts/RecentContacts.cpp | 7 | 
1 files changed, 1 insertions, 6 deletions
diff --git a/plugins/RecentContacts/RecentContacts.cpp b/plugins/RecentContacts/RecentContacts.cpp index e77cc5a8a9..fcc3dda6ac 100644 --- a/plugins/RecentContacts/RecentContacts.cpp +++ b/plugins/RecentContacts/RecentContacts.cpp @@ -57,12 +57,7 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD miranda  /////////////////////////////////////////////////////////////////////////////////////////
 -static const MUUID interfaces[] = {MIID_RECENTCONTACTS, MIID_LAST};
 -
 -extern "C" __declspec(dllexport) const MUUID* MirandaPluginInterfaces(void)
 -{
 -	return interfaces;
 -}
 +extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = {MIID_RECENTCONTACTS, MIID_LAST};
  /////////////////////////////////////////////////////////////////////////////////////////
  | 
