diff options
Diffstat (limited to 'src/text.h')
-rw-r--r-- | src/text.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/text.h b/src/text.h index 74910f0b1..215884e30 100644 --- a/src/text.h +++ b/src/text.h @@ -44,6 +44,8 @@ class Text const gcn::Color *const color, const bool isSpeech = false, gcn::Font *const font = nullptr); + A_DELETE_COPY(Text); + /** * Destructor. The text is removed from the screen. */ @@ -92,6 +94,8 @@ class FlashText final : public Text const gcn::Color *const color, gcn::Font *const font = nullptr); + A_DELETE_COPY(FlashText); + /** * Remove the text from the screen */ |