fix a minor compil warning.
This commit is contained in:
parent
57f0150a23
commit
fb23fe3084
|
@ -106,7 +106,7 @@ bool KIPLATFORM::APP::Init()
|
|||
wxLog::EnableLogging( true );
|
||||
#ifndef DEBUG
|
||||
wxLog::SetLogLevel( wxLOG_Trace );
|
||||
#endif;
|
||||
#endif
|
||||
wxLog::SetActiveTarget( new wxLogStderr );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue