summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-04-05 20:20:55 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-04-05 20:20:55 +0300
commitd2e4278bdb83a3cb11f0af0f974216f6850cc720 (patch)
tree048c3acc5929ff3709c11f4460979e5cb6a8fe0a /include
parent6b3d56dbdccc4b608d258a4a7705514e46947e28 (diff)
compilation fix
Diffstat (limited to 'include')
-rw-r--r--include/m_chat_int.h2
1 files changed, 1 insertions, 1 deletions
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;