From b474de4a54c9b1d4d863971e40b807588d554436 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 24 Aug 2012 22:48:35 +0300 Subject: replace defines to consts. --- src/textcommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/textcommand.h') 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 -#define MAGIC_START_ID 340 +const unsigned int MAGIC_START_ID = 340; class Image; -- cgit v1.2.3-70-g09d2