diff options
Diffstat (limited to 'src/gui/widgets/tabs/chat/guildtab.h')
-rw-r--r-- | src/gui/widgets/tabs/chat/guildtab.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gui/widgets/tabs/chat/guildtab.h b/src/gui/widgets/tabs/chat/guildtab.h index 51995dc6b..005485c98 100644 --- a/src/gui/widgets/tabs/chat/guildtab.h +++ b/src/gui/widgets/tabs/chat/guildtab.h @@ -39,18 +39,18 @@ class GuildTab notfinal : public ChatTab, virtual ~GuildTab(); bool handleCommand(const std::string &restrict type, - const std::string &restrict args) final; + const std::string &restrict args) override final; - void playNewMessageSound() const final; + void playNewMessageSound() const override final; - void optionChanged(const std::string &value) final; + void optionChanged(const std::string &value) override final; protected: - void handleInput(const std::string &msg) final; + void handleInput(const std::string &msg) override final; - void getAutoCompleteList(StringVect &names) const final; + void getAutoCompleteList(StringVect &names) const override final; - void getAutoCompleteCommands(StringVect &names) const final; + void getAutoCompleteCommands(StringVect &names) const override final; }; #endif // GUI_WIDGETS_TABS_CHAT_GUILDTAB_H |