Fix copy-paste error

This commit is contained in:
Jon Evans 2019-05-12 23:24:11 -04:00
parent ee095a6711
commit 7a715904ad
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ wxString SCH_CONNECTION::Name( bool aIgnoreSheet ) const
void SCH_CONNECTION::SetPrefix( const wxString& aPrefix )
{
m_suffix = aPrefix;
m_prefix = aPrefix;
for( auto m : Members() )
m->SetPrefix( aPrefix );