Fix unfortunate line-break.
This commit is contained in:
parent
1cf1a23250
commit
efc9279a19
|
@ -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 );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue