diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-11 12:00:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-11 12:00:06 +0300 |
commit | 928145e71e073842c7e8947eda7e56050229b5f2 (patch) | |
tree | 703ccf18d92f80ab01b1dd2341b08b74901f0888 /src/emoteshortcut.h | |
parent | a39eb85431bf1b18fcd485aaee824ac7cde34a08 (diff) | |
download | plus-928145e71e073842c7e8947eda7e56050229b5f2.tar.gz plus-928145e71e073842c7e8947eda7e56050229b5f2.tar.bz2 plus-928145e71e073842c7e8947eda7e56050229b5f2.tar.xz plus-928145e71e073842c7e8947eda7e56050229b5f2.zip |
extract consts form emoteshortcut into separate file.
Diffstat (limited to 'src/emoteshortcut.h')
-rw-r--r-- | src/emoteshortcut.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emoteshortcut.h b/src/emoteshortcut.h index 3e03a18f5..45bfcdabc 100644 --- a/src/emoteshortcut.h +++ b/src/emoteshortcut.h @@ -22,9 +22,9 @@ #ifndef EMOTESHORTCUT_H #define EMOTESHORTCUT_H -#include "localconsts.h" +#include "emoteshortcutconsts.h" -static const int SHORTCUT_EMOTES = 48; +#include "localconsts.h" /** * The class which keeps track of the emote shortcuts. |