Fix typo.
This commit is contained in:
parent
2832f997c5
commit
1a6e8d4713
|
@ -287,7 +287,7 @@ public:
|
|||
{
|
||||
// If items are unannotated then we can't tell if they're units of the same
|
||||
// component or not
|
||||
if( lhRef.GetRefNumber() != wxT( "?" ) )
|
||||
if( lhRef.GetRefNumber() == wxT( "?" ) )
|
||||
return false;
|
||||
|
||||
return ( lhRef.GetRef() == rhRef.GetRef() && lhRef.GetRefNumber() == rhRef.GetRefNumber() );
|
||||
|
|
Loading…
Reference in New Issue