diff options
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 b1f1a3d9b..10d85284d 100644 --- a/src/text.h +++ b/src/text.h @@ -84,7 +84,7 @@ class Text static ImageRect mBubble; /**< Speech bubble graphic */ }; -class FlashText : public Text +class FlashText final : public Text { public: FlashText(const std::string &text, const int x, const int y, |