diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-13 20:33:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-13 20:33:39 +0300 |
commit | 071ec67ad18431d197332a4a7e13368e60a834e2 (patch) | |
tree | 20b0a7950b6b18e79c0344333833f8393547a5d3 /src/gui | |
parent | 041a5a85ba09650a85f3ac7a3e88e183c6b88c28 (diff) | |
download | plus-071ec67ad18431d197332a4a7e13368e60a834e2.tar.gz plus-071ec67ad18431d197332a4a7e13368e60a834e2.tar.bz2 plus-071ec67ad18431d197332a4a7e13368e60a834e2.tar.xz plus-071ec67ad18431d197332a4a7e13368e60a834e2.zip |
Fix compilation warnings.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/windows/chatwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/chatwindow.h b/src/gui/windows/chatwindow.h index b21930bd0..a2b1781bf 100644 --- a/src/gui/windows/chatwindow.h +++ b/src/gui/windows/chatwindow.h @@ -200,7 +200,7 @@ class ChatWindow final : public Window, WhisperTab *getWhisperTab(const std::string &nick) const A_WARN_UNUSED; ChannelTab *addChannelTab(const std::string &name, - const bool switchTo = false) A_WARN_UNUSED; + const bool switchTo = false); ChatTab *addChatTab(const std::string &name, const bool switchTo, |