diff options
author | George Hazan <ghazan@miranda.im> | 2017-04-05 20:20:55 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-04-05 20:20:55 +0300 |
commit | d2e4278bdb83a3cb11f0af0f974216f6850cc720 (patch) | |
tree | 048c3acc5929ff3709c11f4460979e5cb6a8fe0a /include | |
parent | 6b3d56dbdccc4b608d258a4a7705514e46947e28 (diff) |
compilation fix
Diffstat (limited to 'include')
-rw-r--r-- | include/m_chat_int.h | 2 |
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;
|