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 --- src/core/stdfile/src/file.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/stdfile') diff --git a/src/core/stdfile/src/file.cpp b/src/core/stdfile/src/file.cpp index 20e9ba44a9..c25d04eed1 100644 --- a/src/core/stdfile/src/file.cpp +++ b/src/core/stdfile/src/file.cpp @@ -268,7 +268,7 @@ static int SRFileProtoAck(WPARAM, LPARAM lParam) int iEvent = 0; while (auto *cle = Clist_GetEvent(ack->hContact, iEvent++)) if (cle->lParam == (LPARAM)ack->hProcess) - g_clistApi.pfnRemoveEvent(ack->hContact, cle->hDbEvent); + Clist_RemoveEvent(ack->hContact, cle->hDbEvent); } return 0; } -- cgit v1.2.3