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 );
|
wxLog::EnableLogging( true );
|
||||||
#ifndef DEBUG
|
#ifndef DEBUG
|
||||||
wxLog::SetLogLevel( wxLOG_Trace );
|
wxLog::SetLogLevel( wxLOG_Trace );
|
||||||
#endif;
|
#endif
|
||||||
wxLog::SetActiveTarget( new wxLogStderr );
|
wxLog::SetActiveTarget( new wxLogStderr );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue