diff options
Diffstat (limited to 'plugins/FavContacts/src/main.cpp')
| -rw-r--r-- | plugins/FavContacts/src/main.cpp | 6 | 
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/FavContacts/src/main.cpp b/plugins/FavContacts/src/main.cpp index 88e6912edf..77fe9fada0 100644 --- a/plugins/FavContacts/src/main.cpp +++ b/plugins/FavContacts/src/main.cpp @@ -106,11 +106,7 @@ extern "C" __declspec(dllexport) PLUGININFOEX *MirandaPluginInfoEx(DWORD miranda  	return &pluginInfo;
  }
 -extern "C" __declspec(dllexport) const MUUID *MirandaPluginInterfaces(void)
 -{
 -	static const MUUID interfaces[] = { MIID_FAVCONTACTS, MIID_LAST };
 -	return interfaces;
 -}
 +extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_FAVCONTACTS, MIID_LAST };
  static __forceinline COLORREF sttShadeColor(COLORREF clLine1, COLORREF clBack)
  {
  | 
