diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-24 12:19:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-24 12:19:01 +0300 |
commit | b8c77348db8b0bf500cb6a13cce75c61a544c500 (patch) | |
tree | 5b7eb62121e5dc7d95c5e40b5e4cfa86e02375d8 /src/text.h | |
parent | a4fb136ebf9272e6254081fa0586ce8b383857d9 (diff) | |
download | plus-b8c77348db8b0bf500cb6a13cce75c61a544c500.tar.gz plus-b8c77348db8b0bf500cb6a13cce75c61a544c500.tar.bz2 plus-b8c77348db8b0bf500cb6a13cce75c61a544c500.tar.xz plus-b8c77348db8b0bf500cb6a13cce75c61a544c500.zip |
add final keyword to all other files.
Diffstat (limited to 'src/text.h')
-rw-r--r-- | src/text.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |