diff options
Diffstat (limited to 'src/textmanager.h')
-rw-r--r-- | src/textmanager.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/textmanager.h b/src/textmanager.h index 49afb6f1c..3afa08ea4 100644 --- a/src/textmanager.h +++ b/src/textmanager.h @@ -41,6 +41,13 @@ class TextManager final */ TextManager(); + A_DELETE_COPY(TextManager); + + /** + * Destroy the manager + */ + ~TextManager(); + /** * Add text to the manager */ @@ -57,11 +64,6 @@ class TextManager final void removeText(const Text *const text); /** - * Destroy the manager - */ - ~TextManager(); - - /** * Draw the text */ void draw(gcn::Graphics *const graphics, |