diff options
Diffstat (limited to 'include')
-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 {
|