diff options
Diffstat (limited to 'src/textcommand.h')
-rw-r--r-- | src/textcommand.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/textcommand.h b/src/textcommand.h index 2b188941a..96c0ee157 100644 --- a/src/textcommand.h +++ b/src/textcommand.h @@ -82,6 +82,8 @@ class TextCommand final */ TextCommand(const unsigned int id); + A_DELETE_COPY(TextCommand); + /** * Destructor. */ |