diff options
| author | George Hazan <ghazan@miranda.im> | 2019-09-03 22:59:13 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2019-09-03 22:59:13 +0300 |
| commit | 5d160367492834e0397808a12b8755ceb8cbed12 (patch) | |
| tree | aa858c8d270bc10cd0365fec2813d9b8bc637ae8 /include | |
| parent | 6fbc81e2ceefe04b2ac05b2ecadd74ec7575090b (diff) | |
CChatRoomDlg globally renamed to CMsgDialog to be conpatible with StdMsg
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_chat_int.h | 4 |
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;
|
