diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-12 23:04:27 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-12 23:04:27 +0300 |
commit | 596456886db5df48599f62210500e0bbfa9d7da7 (patch) | |
tree | 58c555add5372d37356b6397cde43c3d2cbac399 /include | |
parent | b9c2a6953f0fa75a1c4de6079e9c97b3a60be7e5 (diff) |
- fixes #742 (closing groupchat tab crashes Miranda);
- the bForce parameter of CSrmmBaseDialog::CloseTab considered useless
Diffstat (limited to 'include')
-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() {}
|