Fix typo
This commit is contained in:
parent
4dffa6f9e8
commit
549ea93be2
|
@ -2744,7 +2744,7 @@ bool SCH_SYMBOL::operator==( const SCH_ITEM& aOther ) const
|
|||
|
||||
for( unsigned i = 0; i < m_pins.size(); ++i )
|
||||
{
|
||||
if( *m_pins[i] == *symbol.m_pins[i] )
|
||||
if( *m_pins[i] != *symbol.m_pins[i] )
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue