From e8c9fd3c802c8c2b9aa47381b1dc54c03c65b595 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 8 Jul 2012 10:40:33 +0000 Subject: structure copying replaced with the inheritance git-svn-id: http://svn.miranda-ng.org/main/trunk@842 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_clistint.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'include') diff --git a/include/m_clistint.h b/include/m_clistint.h index fc628e8f50..1f93b4a422 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -185,12 +185,9 @@ typedef struct { typedef struct { HANDLE hContact; - TCHAR* name; - #if defined(_UNICODE) - char* szName; - #endif - TCHAR* group; - int isHidden; + TCHAR* tszName; + TCHAR* tszGroup; + int bIsHidden; } ClcCacheEntryBase; -- cgit v1.2.3