diff options
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r-- | include/m_chat_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 3fdf5b984b..b2912ac609 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -414,7 +414,7 @@ public: void ShowColorChooser(int iCtrlId);
virtual void AddLog();
- virtual void CloseTab(bool = false) {}
+ virtual void CloseTab() {}
virtual void RedrawLog() {}
virtual void ScrollToBottom() {}
virtual void ShowFilterMenu() {}
|