summaryrefslogtreecommitdiff
path: root/include/m_chat_int.h
diff options
context:
space:
mode:
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;