diff options
Diffstat (limited to 'src/textcommand.h')
-rw-r--r-- | src/textcommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textcommand.h b/src/textcommand.h index 8a1a089c1..0af4ae7e3 100644 --- a/src/textcommand.h +++ b/src/textcommand.h @@ -80,7 +80,7 @@ class TextCommand final /** * Constructor. */ - TextCommand(const unsigned int id); + explicit TextCommand(const unsigned int id); A_DELETE_COPY(TextCommand) |