summaryrefslogtreecommitdiff
path: root/src/gui/widgets/chatinput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/chatinput.h')
-rw-r--r--src/gui/widgets/chatinput.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/chatinput.h b/src/gui/widgets/chatinput.h
index 44a567d1a..0c6bb8586 100644
--- a/src/gui/widgets/chatinput.h
+++ b/src/gui/widgets/chatinput.h
@@ -54,7 +54,7 @@ class ChatInput final : public TextField
* Called if the chat input loses focus. It will set itself to
* invisible as result.
*/
- void focusLost(const Event &event) final
+ void focusLost(const Event &event) override final
{
TextField::focusLost(event);
if (mFocusGaining || !config.getBoolValue("protectChatFocus"))