summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/chat/partytab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/tabs/chat/partytab.h')
-rw-r--r--src/gui/widgets/tabs/chat/partytab.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gui/widgets/tabs/chat/partytab.h b/src/gui/widgets/tabs/chat/partytab.h
index 91d4391fd..3c5262184 100644
--- a/src/gui/widgets/tabs/chat/partytab.h
+++ b/src/gui/widgets/tabs/chat/partytab.h
@@ -39,18 +39,18 @@ class PartyTab notfinal : public ChatTab,
virtual ~PartyTab();
bool handleCommand(const std::string &restrict type,
- const std::string &restrict args) override final;
+ const std::string &restrict args) final;
- void playNewMessageSound() const override final;
+ void playNewMessageSound() const final;
- void optionChanged(const std::string &value) override final;
+ void optionChanged(const std::string &value) final;
protected:
- void handleInput(const std::string &msg) override final;
+ void handleInput(const std::string &msg) final;
- void getAutoCompleteList(StringVect&) const override final;
+ void getAutoCompleteList(StringVect&) const final;
- void getAutoCompleteCommands(StringVect &names) const override final;
+ void getAutoCompleteCommands(StringVect &names) const final;
};
extern PartyTab *partyTab;