From f04b54e3fc162d475e8688784631a316f264f733 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 21 May 2023 14:56:39 +0300 Subject: Clist_RemoveEvent became static, pfnRemoveEvent is replaced with pfnFreeEvent --- protocols/ICQ-WIM/src/poll.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/ICQ-WIM/src') diff --git a/protocols/ICQ-WIM/src/poll.cpp b/protocols/ICQ-WIM/src/poll.cpp index ec98ea9443..64cac1e12c 100644 --- a/protocols/ICQ-WIM/src/poll.cpp +++ b/protocols/ICQ-WIM/src/poll.cpp @@ -307,7 +307,7 @@ void CIcqProto::ProcessNotification(const JSONNode &ev) // we've read/removed some messages from server if (iOldCount > m_unreadEmails) { - g_clistApi.pfnRemoveEvent(0, ICQ_FAKE_EVENT_ID); + Clist_RemoveEvent(0, ICQ_FAKE_EVENT_ID); return; } -- cgit v1.2.3