summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/globals.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-01-10 15:32:17 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-01-10 15:32:17 +0300
commit11a1c4271bcde67674e5ac1dd1b853a647f9f57c (patch)
tree50d491806d9603dbdeb83a8ccf942cec5bca2d30 /plugins/TabSRMM/src/globals.cpp
parent5bc2bc897dfbda7a8f97de58ded26da9aac34bd8 (diff)
CSendLater: fake class removed
Diffstat (limited to 'plugins/TabSRMM/src/globals.cpp')
-rw-r--r--plugins/TabSRMM/src/globals.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/globals.cpp b/plugins/TabSRMM/src/globals.cpp
index 04dc12876e..e021ed9ffa 100644
--- a/plugins/TabSRMM/src/globals.cpp
+++ b/plugins/TabSRMM/src/globals.cpp
@@ -265,7 +265,7 @@ int CGlobals::ModulesLoaded(WPARAM, LPARAM)
mi.pszService = MS_TABMSG_SETUSERPREFS;
PluginConfig.m_UserMenuItem = Menu_AddContactMenuItem(&mi);
- if (sendLater->isAvail()) {
+ if (SendLater::Avail) {
SET_UID(mi, 0x8f32b04e, 0x314e, 0x42eb, 0x89, 0xc6, 0x56, 0x21, 0xf5, 0x1a, 0x2f, 0x22);
mi.position = -500050006;
mi.hIcolibItem = nullptr;
@@ -461,7 +461,7 @@ void CGlobals::RestoreUnreadMessageAlerts(void)
for (auto &hContact : Contacts()) {
if (db_get_dw(hContact, "SendLater", "count", 0))
- sendLater->addContact(hContact);
+ SendLater::addContact(hContact);
for (MEVENT hDbEvent = db_event_firstUnread(hContact); hDbEvent; hDbEvent = db_event_next(hContact, hDbEvent)) {
DBEVENTINFO dbei = {};