missing change

This commit is contained in:
jean-pierre charras 2020-01-09 09:14:04 +01:00
parent c17c9960d8
commit 03611f7bb7
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ bool CONNECTION_SUBGRAPH::ResolveDrivers( bool aCreateMarkers )
{
auto p = static_cast<SCH_SHEET_PIN*>( c );
if( p->GetShape() == PINSHEETLABEL_SHAPE::PSHAPE_OUTPUT )
if( p->GetShape() == PINSHEETLABEL_SHAPE::PS_OUTPUT )
{
m_driver = c;
break;