From 65ca8c0b797944fc19880a56041edf249089d109 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/trunk@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 c14888ba33..ee2f933f8f 100644 --- a/include/wx/log.h +++ b/include/wx/log.h @@ -71,7 +71,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 -- 2.47.2