From ac297d39f72433e077396a02c71526d50b157b17 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 17 Sep 2019 20:43:20 +0300 Subject: Chat: common code moved to mir_app --- include/m_chat_int.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include/m_chat_int.h') diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 838ee30e9c..55793409b4 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -455,20 +455,19 @@ public: COLORREF m_iFG, m_iBG; void ClearLog(); - void RedrawLog2(); + void RedrawLog(); void ShowColorChooser(int iCtrlId); virtual void AddLog(); virtual void CloseTab() {} virtual bool IsActive() const PURE; virtual void LoadSettings() PURE; - virtual void RedrawLog() {} virtual void ScrollToBottom() {} virtual void SetStatusText(const wchar_t*, HICON) {} virtual void ShowFilterMenu() {} virtual void StreamInEvents(LOGINFO*, bool) {} virtual void UpdateNickList() {} - virtual void UpdateOptions() {} + virtual void UpdateOptions(); virtual void UpdateStatusBar() {} virtual void UpdateTitle() PURE; -- cgit v1.2.3