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/IRCG/src/clist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/IRCG/src') diff --git a/protocols/IRCG/src/clist.cpp b/protocols/IRCG/src/clist.cpp index e8bdb1a5b3..f367bf727b 100644 --- a/protocols/IRCG/src/clist.cpp +++ b/protocols/IRCG/src/clist.cpp @@ -74,7 +74,7 @@ BOOL CIrcProto::CList_AddDCCChat(const CMStringW& name, const CMStringW& hostmas cle.lParam = (LPARAM)pdci; if (Clist_GetEvent(hContact, 0)) - g_clistApi.pfnRemoveEvent(hContact, -100); + Clist_RemoveEvent(hContact, -100); g_clistApi.pfnAddEvent(&cle); } return TRUE; -- cgit v1.2.3