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/window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/window.h') diff --git a/src/ui/window.h b/src/ui/window.h index 86ae6f2..b06fcfb 100644 --- a/src/ui/window.h +++ b/src/ui/window.h @@ -42,7 +42,7 @@ class CCompass; class CTarget; -#define MAXWINDOW 100 +const int MAXWINDOW = 100; class CWindow : public CControl -- cgit v1.2.3-1-g7c22