wxLogGeneric usage compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45028 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
bb650010c8
commit
90adbcca75
@ -81,7 +81,7 @@ typedef unsigned long wxLogLevel;
|
|||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
// different standard log levels (you may also define your own)
|
// different standard log levels (you may also define your own)
|
||||||
enum
|
enum wxLogLevelValues
|
||||||
{
|
{
|
||||||
wxLOG_FatalError, // program can't continue, abort immediately
|
wxLOG_FatalError, // program can't continue, abort immediately
|
||||||
wxLOG_Error, // a serious error, user must be informed about it
|
wxLOG_Error, // a serious error, user must be informed about it
|
||||||
|
Loading…
Reference in New Issue
Block a user