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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h
index 586972536e..924d42d3e2 100644
--- a/include/m_chat_int.h
+++ b/include/m_chat_int.h
@@ -81,7 +81,7 @@ struct SESSION_INFO;
struct MODULEINFO;
struct LOGSTREAMDATA;
-class CChatRoomDlg;
+class CMsgDialog;
struct USERINFO : public MZeroedObject, public MNonCopyable
{
@@ -172,7 +172,7 @@ struct MIR_APP_EXPORT GCSessionInfoBase : public MZeroedObject, public MNonCopya
int currentHovered;
- CChatRoomDlg *pDlg;
+ CMsgDialog *pDlg;
COMMANDINFO *lpCommands, *lpCurrentCommand;
LOGINFO *pLog, *pLogEnd;
USERINFO *pMe;