summaryrefslogtreecommitdiff
path: root/include/m_chat_int.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-03-24 12:41:14 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-03-24 12:41:14 +0300
commit35ec83f41f78aff503d1bfa16714aadee360d2f7 (patch)
tree88cf6888fd2c5cedd4d04cfc7691e7e177bde7fe /include/m_chat_int.h
parentfc86783e3a70b466e101c20f3d9fe6382bff6d09 (diff)
m_message & m_log moved inside mir_app
Diffstat (limited to 'include/m_chat_int.h')
-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 48759177bc..0538621c60 100644
--- a/include/m_chat_int.h
+++ b/include/m_chat_int.h
@@ -409,7 +409,7 @@ protected:
void RefreshButtonStatus(void);
protected:
- CCtrlEdit *m_pLog, *m_pEntry;
+ CCtrlEdit m_message, m_log;
SESSION_INFO *m_si;
COLORREF m_clrInputBG, m_clrInputFG;
time_t m_iLastEnterTime;