diff options
author | George Hazan <george.hazan@gmail.com> | 2016-05-18 12:03:46 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-05-18 12:03:46 +0000 |
commit | 8d80538230c30daa2d8742e19421c49e90fdb13d (patch) | |
tree | 3e099a0c04bd565b01d1db8b983becf67722214e /plugins/Clist_modern/src/modern_clc.h | |
parent | 237064a9b6d295a9470af44f32b5019774ea2624 (diff) |
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@16847 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_clc.h')
-rw-r--r-- | plugins/Clist_modern/src/modern_clc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_clc.h b/plugins/Clist_modern/src/modern_clc.h index f180bd53d9..f4321024cc 100644 --- a/plugins/Clist_modern/src/modern_clc.h +++ b/plugins/Clist_modern/src/modern_clc.h @@ -349,7 +349,7 @@ void ClcOptionsChanged(void); //clcidents.c
int cliGetRowsPriorTo(ClcGroup *group, ClcGroup *subgroup, int contactIndex);
-int FindItem(HWND hwnd, ClcData *dat, DWORD hItem, ClcContact **contact, ClcGroup **subgroup, int *isVisible, BOOL isIgnoreSubcontacts);
+int FindItem(HWND hwnd, ClcData *dat, DWORD hItem, ClcContact **contact, ClcGroup **subgroup, int *isVisible, bool isIgnoreSubcontacts);
int cliGetRowByIndex(ClcData *dat, int testindex, ClcContact **contact, ClcGroup **subgroup);
//clcitems.c
|