diff options
author | George Hazan <george.hazan@gmail.com> | 2025-04-10 16:45:33 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-04-10 16:45:33 +0300 |
commit | 35d5b1cc47ac444524c087615033d5856f8a5dc3 (patch) | |
tree | ea04d67f9254db682e5418ccad43bad873068ea9 /protocols/Twitter/src/main.cpp | |
parent | a5e4a0de5bfa544de0e77ce3bf5443386530d43f (diff) |
no need to declare the same template in each protocol
Diffstat (limited to 'protocols/Twitter/src/main.cpp')
-rw-r--r-- | protocols/Twitter/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Twitter/src/main.cpp b/protocols/Twitter/src/main.cpp index ddfca4e698..cbbbb3ae14 100644 --- a/protocols/Twitter/src/main.cpp +++ b/protocols/Twitter/src/main.cpp @@ -54,7 +54,7 @@ extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_PROTOC int CMPlugin::Load()
{
InitIcons();
- InitContactMenus();
+ CTwitterProto::InitContactMenus();
TwitterInitSounds();
return 0;
}
|