From f383381b80a3220c9e3b67e86dae5f218b01e33e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 20 Oct 2012 20:34:46 +0000 Subject: - fix for extra icons in modern - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@2004 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_clistint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/m_clistint.h') 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 { -- cgit v1.2.3