diff options
Diffstat (limited to 'src/gui/widgets/whispertab.h')
-rw-r--r-- | src/gui/widgets/whispertab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/whispertab.h b/src/gui/widgets/whispertab.h index eec66768c..2a8ca1ab0 100644 --- a/src/gui/widgets/whispertab.h +++ b/src/gui/widgets/whispertab.h @@ -30,7 +30,7 @@ class Channel; /** * A tab for whispers from a single player. */ -class WhisperTab : public ChatTab +class WhisperTab final : public ChatTab { public: const std::string &getNick() const |