From 43177ef97c1421502b5a2be9b8b62a6809fb29bf Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 8 Mar 2017 16:57:24 +0300 Subject: cosmetic code cleaning --- include/m_chat_int.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'include') diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 5136809d18..886c83d22f 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -174,12 +174,13 @@ struct GCSessionInfoBase { HWND hWnd; - BOOL bFGSet; - BOOL bBGSet; - BOOL bFilterEnabled; - BOOL bNicklistEnabled; - BOOL bInitDone; - BOOL bTrimmed; + bool bFGSet; + bool bBGSet; + bool bFilterEnabled; + bool bNicklistEnabled; + bool bInitDone; + bool bHasToolTip; + bool bTrimmed; char* pszModule; wchar_t* ptszID; @@ -200,11 +201,10 @@ struct GCSessionInfoBase WORD wStatus; WORD wState; WORD wCommandsNum; - void *pItemData; + void* pItemData; MCONTACT hContact; time_t LastTime; - BOOL isToolTip; int currentHovered; COMMANDINFO* lpCommands; -- cgit v1.2.3