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/emoteshortcut.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emoteshortcut.h') diff --git a/src/emoteshortcut.h b/src/emoteshortcut.h index c47569738..f43585a0e 100644 --- a/src/emoteshortcut.h +++ b/src/emoteshortcut.h @@ -22,7 +22,7 @@ #ifndef EMOTESHORTCUT_H #define EMOTESHORTCUT_H -#define SHORTCUT_EMOTES 48 +static const int SHORTCUT_EMOTES = 48; /** * The class which keeps track of the emote shortcuts. -- cgit v1.2.3-60-g2f50