diff options
Diffstat (limited to 'plugins/Clist_modern/src/hdr/modern_global_structure.h')
-rw-r--r-- | plugins/Clist_modern/src/hdr/modern_global_structure.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/hdr/modern_global_structure.h b/plugins/Clist_modern/src/hdr/modern_global_structure.h index 5ba424dde0..7be8dd2ff8 100644 --- a/plugins/Clist_modern/src/hdr/modern_global_structure.h +++ b/plugins/Clist_modern/src/hdr/modern_global_structure.h @@ -18,7 +18,7 @@ typedef struct tagCLUIDATA DWORD dwFlags;
TCHAR *szNoEvents;
int hIconNotify;
- HANDLE hUpdateContact;
+ HCONTACT hUpdateContact;
/* Contact List View Mode */
TCHAR groupFilter[2048];
|