diff options
Diffstat (limited to 'plugins/SpellChecker/spellchecker.cpp')
| -rw-r--r-- | plugins/SpellChecker/spellchecker.cpp | 8 | 
1 files changed, 1 insertions, 7 deletions
diff --git a/plugins/SpellChecker/spellchecker.cpp b/plugins/SpellChecker/spellchecker.cpp index f00d4d2d51..f11ad5b2fb 100644 --- a/plugins/SpellChecker/spellchecker.cpp +++ b/plugins/SpellChecker/spellchecker.cpp @@ -144,13 +144,7 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD miranda  	return &pluginInfo;  } - -static const MUUID interfaces[] = { MIID_SPELLCHECKER, MIID_LAST }; -extern "C" __declspec(dllexport) const MUUID* MirandaPluginInterfaces(void) -{ -	return interfaces; -} - +extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_SPELLCHECKER, MIID_LAST };  extern "C" int __declspec(dllexport) Load(void)   {  | 
