diff options
Diffstat (limited to 'src/gui/widgets/tabs/chat/gmtab.h')
-rw-r--r-- | src/gui/widgets/tabs/chat/gmtab.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/widgets/tabs/chat/gmtab.h b/src/gui/widgets/tabs/chat/gmtab.h index 084034c0a..797084a76 100644 --- a/src/gui/widgets/tabs/chat/gmtab.h +++ b/src/gui/widgets/tabs/chat/gmtab.h @@ -37,11 +37,11 @@ class GmTab final : public ChatTab protected: void getAutoCompleteList(StringVect &names) const - final A_CONST; + override final A_CONST; - void handleInput(const std::string &msg) final; + void handleInput(const std::string &msg) override final; - void handleCommandStr(const std::string &msg) final A_CONST; + void handleCommandStr(const std::string &msg) override final A_CONST; }; extern GmTab *gmChatTab; |