diff options
Diffstat (limited to 'src/text.h')
-rw-r--r-- | src/text.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ class FlashText : public Text /** * Flash the text for so many refreshes. */ - void flash(int time) {mTime = time; } + void flash(int time) { mTime = time; } /** * Draws the text. |