7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-07 17:15:31 +00:00

Fix another build error

This commit is contained in:
Marek Roszko 2024-02-09 20:18:13 -05:00
parent 24e58a31fa
commit d3ca82b0b5

View File

@ -220,7 +220,7 @@ wxString SCH_PIN::GetItemDescription( UNITS_PROVIDER* aUnitsProvider ) const
}
wxString itemDesc = m_libPin ? m_libPin->GetItemDescription( aUnitsProvider, alt ) :
wxS ( "Undefined library pin." );
wxString( wxS( "Undefined library pin." ) );
return wxString::Format( "Symbol %s %s",
UnescapeString( GetParentSymbol()->GetField( REFERENCE_FIELD )->GetText() ),
itemDesc );