From b8c77348db8b0bf500cb6a13cce75c61a544c500 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 24 Oct 2013 12:19:01 +0300 Subject: add final keyword to all other files. --- src/text.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/text.h') diff --git a/src/text.h b/src/text.h index 8ce105157..2a5c84cf7 100644 --- a/src/text.h +++ b/src/text.h @@ -112,7 +112,7 @@ class FlashText final : public Text * Draws the text. */ void draw(Graphics *const graphics, - const int xOff, const int yOff) override; + const int xOff, const int yOff) override final; private: int mTime; /**< Time left for flashing */ -- cgit v1.2.3-60-g2f50