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/dropshortcut.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dropshortcut.h') diff --git a/src/dropshortcut.h b/src/dropshortcut.h index b9a8db7c7..0e56a9728 100644 --- a/src/dropshortcut.h +++ b/src/dropshortcut.h @@ -23,7 +23,7 @@ #ifndef DROPSHORTCUT_H #define DROPSHORTCUT_H -#define DROP_SHORTCUT_ITEMS 16 +static const int DROP_SHORTCUT_ITEMS = 16; class Item; -- cgit v1.2.3-60-g2f50