From 9d74c497216f7f742a4913fb20544994b3cf65cf Mon Sep 17 00:00:00 2001 From: "james.k.crook@gmail.com" Date: Fri, 10 Oct 2014 15:41:18 +0000 Subject: [PATCH] Fixed warning about different definitions of the same symbol. --- src/widgets/numformatter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/numformatter.h b/src/widgets/numformatter.h index f32306dd7..daa82a1a5 100644 --- a/src/widgets/numformatter.h +++ b/src/widgets/numformatter.h @@ -16,7 +16,7 @@ #include "wx/string.h" -#define wxHAS_LONG_LONG_T_DIFFERENT_FROM_LONG 1 +#define wxHAS_LONG_LONG_T_DIFFERENT_FROM_LONG // Helper class for formatting numbers with thousands separators which also // supports parsing the numbers formatted by it.