diff options
Diffstat (limited to 'src/gui/widgets/tabs/chat/whispertab.h')
-rw-r--r-- | src/gui/widgets/tabs/chat/whispertab.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/tabs/chat/whispertab.h b/src/gui/widgets/tabs/chat/whispertab.h index 24fc2abe0..677e8b470 100644 --- a/src/gui/widgets/tabs/chat/whispertab.h +++ b/src/gui/widgets/tabs/chat/whispertab.h @@ -57,6 +57,7 @@ class WhisperTab final : public ChatTab * @param nick the name of the player this tab is whispering to */ WhisperTab(const Widget2 *const widget, + const std::string &caption, const std::string &nick); ~WhisperTab(); |