diff options
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r-- | include/m_chat_int.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 34dd52cdb9..d8803f659b 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -425,6 +425,9 @@ protected: protected:
CCtrlEdit *m_pLog, *m_pEntry;
+
+public:
+ MCONTACT m_hContact;
};
#endif // M_CHAT_INT_H__
|