From 1a6ae4dcc2b3e20baf392127d590d02e855ba357 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 6 Apr 2018 19:50:12 +0300 Subject: CLIST_INTERFACE::pfnNotifyNewContact => Clist_NotifyNewContact --- plugins/Clist_modern/src/modern_clc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Clist_modern') diff --git a/plugins/Clist_modern/src/modern_clc.cpp b/plugins/Clist_modern/src/modern_clc.cpp index 0aa55e9858..2f73560dd5 100644 --- a/plugins/Clist_modern/src/modern_clc.cpp +++ b/plugins/Clist_modern/src/modern_clc.cpp @@ -1351,7 +1351,7 @@ static LRESULT clcOnIntmIconChanged(ClcData *dat, HWND hwnd, UINT, WPARAM wParam if (contact) { contact->iImage = lParam; contact->bImageIsSpecial = bImageIsSpecial; - pcli->pfnNotifyNewContact(hwnd, wParam); + Clist_NotifyNewContact(hwnd, wParam); dat->bNeedsResort = true; } } -- cgit v1.2.3