From 3dd1a999c9e643fd92fd34301d9e65a7f07d8c54 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 21 Mar 2017 14:28:10 +0300 Subject: various code cleaning & name conflict resolution --- plugins/TabSRMM/src/msgs.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'plugins/TabSRMM/src/msgs.h') diff --git a/plugins/TabSRMM/src/msgs.h b/plugins/TabSRMM/src/msgs.h index 16851e8c68..a96d0e5f9f 100644 --- a/plugins/TabSRMM/src/msgs.h +++ b/plugins/TabSRMM/src/msgs.h @@ -173,9 +173,9 @@ struct TContainerData { TContainerData *pNext; - wchar_t szName[CONTAINER_NAMELEN + 4]; // container name - HWND hwndActive; // active message window - HWND hwnd; // the container handle + wchar_t m_wszName[CONTAINER_NAMELEN + 4]; // container name + HWND m_hwndActive; // active message window + HWND m_hwnd; // the container handle int iTabIndex; // next tab id int iChilds; int iContainerIndex; @@ -331,7 +331,6 @@ public: TOOLINFO ti; HANDLE m_hTimeZone; DWORD m_panelStatusCX; - COLORREF m_inputbg; MEVENT *m_hHistoryEvents; int m_maxHistory, m_curHistory; HANDLE m_hTheme, m_hThemeIP, m_hThemeToolbar; -- cgit v1.2.3