Fix build error caused in previous commit.
This commit is contained in:
parent
863db59a3d
commit
34abef3f5a
|
@ -1721,7 +1721,7 @@ void SCH_COMPONENT::GetMsgPanelInfo( MSG_PANEL_ITEMS& aList )
|
||||||
// part and alias can differ if alias is not the root
|
// part and alias can differ if alias is not the root
|
||||||
if( PART_SPTR part = m_part.lock() )
|
if( PART_SPTR part = m_part.lock() )
|
||||||
{
|
{
|
||||||
if( part.get() != dummy )
|
if( part.get() != dummy() )
|
||||||
{
|
{
|
||||||
LIB_ALIAS* alias = part->GetAlias( GetLibId().GetLibItemName() );
|
LIB_ALIAS* alias = part->GetAlias( GetLibId().GetLibItemName() );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue