diff options
author | George Hazan <george.hazan@gmail.com> | 2012-10-20 20:34:46 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-10-20 20:34:46 +0000 |
commit | f383381b80a3220c9e3b67e86dae5f218b01e33e (patch) | |
tree | 67b3c11e367e0b3132339751b1ac7268b749cda6 /include/m_clistint.h | |
parent | a99d97e92e9263dc53c072fdd39925ef513d1315 (diff) |
- fix for extra icons in modern
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@2004 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r-- | include/m_clistint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index d678ba5cf3..4508abc41b 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -102,7 +102,7 @@ struct ClcContactBase BYTE flags;
union {
struct {
- WORD iImage;
+ int iImage;
HANDLE hContact;
};
struct {
|