fix a minor compil warning.

This commit is contained in:
jean-pierre charras 2023-05-09 17:10:59 +02:00
parent 57f0150a23
commit fb23fe3084
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ bool KIPLATFORM::APP::Init()
wxLog::EnableLogging( true );
#ifndef DEBUG
wxLog::SetLogLevel( wxLOG_Trace );
#endif;
#endif
wxLog::SetActiveTarget( new wxLogStderr );
}