Fix ambiguous overload error in gcc 11
This commit is contained in:
parent
2aa67ae1af
commit
3faf3ea27c
|
@ -421,7 +421,7 @@ SCH_SHEET* SCH_EASYEDAPRO_PLUGIN::LoadSchematicFile( const wxString& aFileName,
|
|||
|
||||
if( aProperties && aProperties->Exists( "sch_id" ) )
|
||||
{
|
||||
schematicToLoad = aProperties->at( "sch_id" );
|
||||
schematicToLoad = wxString::FromUTF8( aProperties->at( "sch_id" ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue