diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-04-06 15:06:36 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-04-06 15:06:36 +0000 |
commit | 802101bbe028273db5a07017e1e5c3ed99c5bfa4 (patch) | |
tree | cb26b55a0350db4a2942a199cd3b14566a99d057 /plugins/Clist_modern/src/hdr | |
parent | 19c9aa7db13dc078b7aeee689a7bee708a455432 (diff) |
Clist modern: Minor cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@12632 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/hdr')
-rw-r--r-- | plugins/Clist_modern/src/hdr/modern_clist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/hdr/modern_clist.h b/plugins/Clist_modern/src/hdr/modern_clist.h index a4c00089fc..13bf41d6ad 100644 --- a/plugins/Clist_modern/src/hdr/modern_clist.h +++ b/plugins/Clist_modern/src/hdr/modern_clist.h @@ -85,7 +85,7 @@ struct ClcCacheEntry : public ClcCacheEntryBase int NotOnList;
int IdleTS;
void* ClcContact;
- BYTE IsExpanded;
+ int IsExpanded;
TCHAR* szSecondLineText;
CSmileyString ssSecondLine;
|