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 05def5818..d97c961e4 100644 --- a/src/gui/widgets/whispertab.h +++ b/src/gui/widgets/whispertab.h @@ -33,7 +33,7 @@ class Channel; class WhisperTab final : public ChatTab { public: - A_DELETE_COPY(WhisperTab); + A_DELETE_COPY(WhisperTab) const std::string &getNick() const { return mNick; } |