From a8665d204255b4b0ad9ae6982f77ecd5e053c1b6 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Mon, 11 Jun 2012 17:28:27 +0200 Subject: Changed #defined constants to consts; typedef struct -> struct --- src/ui/list.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/list.cpp') diff --git a/src/ui/list.cpp b/src/ui/list.cpp index c23aef9..be9dbda 100644 --- a/src/ui/list.cpp +++ b/src/ui/list.cpp @@ -36,7 +36,7 @@ -#define MARGING 4.0f +const float MARGING = 4.0f; -- cgit v1.2.3-1-g7c22