From ec8a7614a371f41937dc1dbc2d53289e45706e3a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 21 May 2023 13:56:23 +0300 Subject: static function pfnGetEvent removed from CLIST_INTERFACE --- 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 c3f24b5dfd..e8bdb1a5b3 100644 --- a/protocols/IRCG/src/clist.cpp +++ b/protocols/IRCG/src/clist.cpp @@ -73,7 +73,7 @@ BOOL CIrcProto::CList_AddDCCChat(const CMStringW& name, const CMStringW& hostmas cle.szTooltip.w = szNick; cle.lParam = (LPARAM)pdci; - if (g_clistApi.pfnGetEvent(hContact, 0)) + if (Clist_GetEvent(hContact, 0)) g_clistApi.pfnRemoveEvent(hContact, -100); g_clistApi.pfnAddEvent(&cle); } -- cgit v1.2.3