From d2e4278bdb83a3cb11f0af0f974216f6850cc720 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 5 Apr 2017 20:20:55 +0300 Subject: compilation fix --- include/m_chat_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 76c3ee1b9a..d1a9a2ba05 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -420,7 +420,7 @@ protected: void RunUserMenu(HWND hwndOwner, USERINFO *ui, const POINT &pt); protected: - CCtrlEdit m_message, m_log; + CCtrlRichEdit m_message, m_log; SESSION_INFO *m_si; COLORREF m_clrInputBG, m_clrInputFG; time_t m_iLastEnterTime; -- cgit v1.2.3