diff options
author | George Hazan <ghazan@miranda.im> | 2016-11-01 23:30:50 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-11-01 23:30:50 +0300 |
commit | 462d365fd7b2095e768685716b09e1bd36e690ad (patch) | |
tree | 6fede94e06830091dfb842e6183a08b0a52ff1cd /plugins/TabSRMM/src/srmm.cpp | |
parent | 88e9a3438231b9dc6e1101e739f55bceead19796 (diff) |
- StdChat removed from all solutions;
- MIID_CHAT removed
Diffstat (limited to 'plugins/TabSRMM/src/srmm.cpp')
-rw-r--r-- | plugins/TabSRMM/src/srmm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/srmm.cpp b/plugins/TabSRMM/src/srmm.cpp index d744568995..63a56debbb 100644 --- a/plugins/TabSRMM/src/srmm.cpp +++ b/plugins/TabSRMM/src/srmm.cpp @@ -63,7 +63,7 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD) return &pluginInfo; } -extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_SRMM, MIID_CHAT, MIID_LAST }; +extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_SRMM, MIID_LAST }; extern "C" int __declspec(dllexport) Load(void) { |