summaryrefslogtreecommitdiff
path: root/src/textcommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/textcommand.h')
-rw-r--r--src/textcommand.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/textcommand.h b/src/textcommand.h
index f9b44253b..2b188941a 100644
--- a/src/textcommand.h
+++ b/src/textcommand.h
@@ -25,6 +25,8 @@
#include <string>
+#include "localconsts.h"
+
const unsigned int MAGIC_START_ID = 340;
class Image;
@@ -55,7 +57,7 @@ enum TextCommandType
/**
* Represents one or more instances of a certain item type.
*/
-class TextCommand
+class TextCommand final
{
public:
/**