From 19a31e1aec4cfb172dc95afaf071787a93a8d0f4 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 1 Jan 2003 22:50:02 +0000 Subject: [PATCH] Changed wxLOG_Max to be a smaller (but still large) value git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/log.h b/include/wx/log.h index d016bd76b8..a50e6e8e40 100644 --- a/include/wx/log.h +++ b/include/wx/log.h @@ -69,7 +69,7 @@ enum wxLOG_Trace, // trace messages are also only enabled in debug mode wxLOG_Progress, // used for progress indicator (not yet) wxLOG_User = 100, // user defined levels start here - wxLOG_Max = UINT_MAX + wxLOG_Max = 10000 }; // symbolic trace masks - wxLogTrace("foo", "some trace message...") will be