Fix unfortunate line-break.

This commit is contained in:
Jeff Young 2021-09-12 23:51:50 +01:00
parent 1cf1a23250
commit efc9279a19
1 changed files with 2 additions and 2 deletions

View File

@ -1492,8 +1492,8 @@ void SCH_ALTIUM_PLUGIN::ParseRectangle( const std::map<wxString, wxString>& aPro
} }
void SCH_ALTIUM_PLUGIN::ParseSheetSymbol( int aIndex, const std::map<wxString, void SCH_ALTIUM_PLUGIN::ParseSheetSymbol( int aIndex,
wxString>& aProperties ) const std::map<wxString, wxString>& aProperties )
{ {
ASCH_SHEET_SYMBOL elem( aProperties ); ASCH_SHEET_SYMBOL elem( aProperties );