summaryrefslogtreecommitdiffstats
path: root/src/ui/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/list.h')
-rw-r--r--src/ui/list.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/list.h b/src/ui/list.h
index 82fd470..ae55d35 100644
--- a/src/ui/list.h
+++ b/src/ui/list.h
@@ -28,8 +28,8 @@ class CButton;
class CScroll;
-#define LISTMAXDISPLAY 20 // maximum number of visible lines
-#define LISTMAXTOTAL 100 // maximum total number of lines
+const int LISTMAXDISPLAY = 20; // maximum number of visible lines
+const int LISTMAXTOTAL = 100; // maximum total number of lines