summaryrefslogtreecommitdiff
path: root/src/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/text.h')
-rw-r--r--src/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.h b/src/text.h
index 584a37127..660a2df3b 100644
--- a/src/text.h
+++ b/src/text.h
@@ -129,7 +129,7 @@ class FlashText final : public Text
* Draws the text.
*/
void draw(Graphics *const graphics,
- const int xOff, const int yOff) final A_NONNULL(2);
+ const int xOff, const int yOff) override final A_NONNULL(2);
private:
int mTime; /**< Time left for flashing */