Fix build error caused in previous commit.

This commit is contained in:
Wayne Stambaugh 2017-08-01 17:21:03 -04:00
parent 863db59a3d
commit 34abef3f5a
1 changed files with 1 additions and 1 deletions

View File

@ -1721,7 +1721,7 @@ void SCH_COMPONENT::GetMsgPanelInfo( MSG_PANEL_ITEMS& aList )
// part and alias can differ if alias is not the root
if( PART_SPTR part = m_part.lock() )
{
if( part.get() != dummy )
if( part.get() != dummy() )
{
LIB_ALIAS* alias = part->GetAlias( GetLibId().GetLibItemName() );