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:
Václav Slavík 2007-03-23 09:31:07 +00:00
parent bb650010c8
commit 90adbcca75

View File

@ -81,7 +81,7 @@ typedef unsigned long wxLogLevel;
// ----------------------------------------------------------------------------
// different standard log levels (you may also define your own)
enum
enum wxLogLevelValues
{
wxLOG_FatalError, // program can't continue, abort immediately
wxLOG_Error, // a serious error, user must be informed about it