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 --- plugins/NewEventNotify/src/popup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NewEventNotify/src') diff --git a/plugins/NewEventNotify/src/popup.cpp b/plugins/NewEventNotify/src/popup.cpp index cfb40947b7..c0218bf43d 100644 --- a/plugins/NewEventNotify/src/popup.cpp +++ b/plugins/NewEventNotify/src/popup.cpp @@ -63,7 +63,7 @@ int PopupAct(HWND hWnd, UINT mask, PLUGIN_DATA *pdata) MEVENT hEvent = pdata->events[0]; for (int idx = 0;; idx++) { - CLISTEVENT *cle = g_clistApi.pfnGetEvent(pdata->hContact, idx); + auto *cle = Clist_GetEvent(pdata->hContact, idx); if (cle == nullptr) { CallFunctionSync(DoDefaultHandling, pdata); break; -- cgit v1.2.3