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 959320b48..8a46d73ba 100644 --- a/src/textcommand.h +++ b/src/textcommand.h @@ -25,7 +25,7 @@ #include <string> -#define MAGIC_START_ID 340 +const unsigned int MAGIC_START_ID = 340; class Image; |