diff options
Diffstat (limited to 'src/gui/windows/chatwindow.h')
-rw-r--r-- | src/gui/windows/chatwindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/windows/chatwindow.h b/src/gui/windows/chatwindow.h index a2b1781bf..a6bf15384 100644 --- a/src/gui/windows/chatwindow.h +++ b/src/gui/windows/chatwindow.h @@ -194,7 +194,8 @@ class ChatWindow final : public Window, const std::string &restrict mes, const ChatMsgType::Type own = ChatMsgType::BY_OTHER); - WhisperTab *addWhisperTab(const std::string &nick, + WhisperTab *addWhisperTab(const std::string &caption, + const std::string &nick, const bool switchTo = false) A_WARN_UNUSED; WhisperTab *getWhisperTab(const std::string &nick) const A_WARN_UNUSED; |