QA test: try to fix a compil problem on MSVC only

This commit is contained in:
jean-pierre charras 2021-07-22 20:41:04 +02:00
parent e35b469f30
commit f16239d326
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ BOARD* PCB_TEST_FRAME_BASE::LoadAndDisplayBoard( const std::string& filename )
}
catch( const IO_ERROR& ioe )
{
printf( "Board Loading Error: '%s'\n", static_cast<const char*>( ioe.Problem() ) );
wxPrintf( "Board Loading Error: '%s'\n", ioe.Problem().c_str() );
return nullptr;
}