summaryrefslogtreecommitdiff
path: root/src/gui/widgets/textfield.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/textfield.h')
-rw-r--r--src/gui/widgets/textfield.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/textfield.h b/src/gui/widgets/textfield.h
index 217c35565..e4ac1b173 100644
--- a/src/gui/widgets/textfield.h
+++ b/src/gui/widgets/textfield.h
@@ -181,10 +181,10 @@ class TextField notfinal : public Widget,
void focusGained(const Event &event) override final;
#else // ANDROID
- void focusGained(const Event &event) override final A_CONST;
+ void focusGained(const Event &event) override final;
#endif // ANDROID
- void focusLost(const Event &event) override A_CONST;
+ void focusLost(const Event &event) override;
void moveCaretBack();