diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-04 20:33:57 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-04 20:33:57 +0300 |
commit | 53156bdc6edde511dbdf5e999756cd80d0a97e13 (patch) | |
tree | 4636c471ae1f8f06519cbd10efc41da47a9a18d1 /plugins/Clist_nicer/src/clc.cpp | |
parent | 5da898f7cca8599ecff44b3fa10eafb753308a4d (diff) |
static function CLIST_INTERFACE::pfnInitAutoRebuild replaced with Clist_InitAutoRebuild
Diffstat (limited to 'plugins/Clist_nicer/src/clc.cpp')
-rw-r--r-- | plugins/Clist_nicer/src/clc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_nicer/src/clc.cpp b/plugins/Clist_nicer/src/clc.cpp index a19b8307cc..d1c94a1ff9 100644 --- a/plugins/Clist_nicer/src/clc.cpp +++ b/plugins/Clist_nicer/src/clc.cpp @@ -398,7 +398,7 @@ LRESULT CALLBACK ContactListControlWndProc(HWND hwnd, UINT msg, WPARAM wParam, L if (!Clist_FindItem(hwnd, dat, wParam, &contact, nullptr, nullptr))
break;
if (lParam == 0)
- pcli->pfnInitAutoRebuild(hwnd);
+ Clist_InitAutoRebuild(hwnd);
return DefWindowProc(hwnd, msg, wParam, lParam);
case INTM_NAMECHANGED:
|