From 5d160367492834e0397808a12b8755ceb8cbed12 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 3 Sep 2019 22:59:13 +0300 Subject: CChatRoomDlg globally renamed to CMsgDialog to be conpatible with StdMsg --- plugins/Scriver/src/chat_log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Scriver/src/chat_log.cpp') diff --git a/plugins/Scriver/src/chat_log.cpp b/plugins/Scriver/src/chat_log.cpp index 34ca7d665f..5ad2e75b1a 100644 --- a/plugins/Scriver/src/chat_log.cpp +++ b/plugins/Scriver/src/chat_log.cpp @@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define EM_GETSCROLLPOS (WM_USER+221) #endif -void CChatRoomDlg::StreamInEvents(LOGINFO* lin, bool bRedraw) +void CMsgDialog::StreamInEvents(LOGINFO* lin, bool bRedraw) { if (m_hwnd == nullptr || lin == nullptr || m_si == nullptr) return; -- cgit v1.2.3