From ae93aa98b214f98a0e28df1bdaa8df18b3f6da02 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 2 Mar 2017 14:12:59 +0300 Subject: further SRMM window unification - CSrmmBaseDialog received m_hContact as its common member; - less usage of CTabBaseDlg::m_bType in tabSRMM --- include/m_chat_int.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/m_chat_int.h') diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 34dd52cdb9..d8803f659b 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -425,6 +425,9 @@ protected: protected: CCtrlEdit *m_pLog, *m_pEntry; + +public: + MCONTACT m_hContact; }; #endif // M_CHAT_INT_H__ -- cgit v1.2.3