diff --git a/eeschema/connection_graph.cpp b/eeschema/connection_graph.cpp index d3daaa5591..34144fc25f 100644 --- a/eeschema/connection_graph.cpp +++ b/eeschema/connection_graph.cpp @@ -98,7 +98,7 @@ bool CONNECTION_SUBGRAPH::ResolveDrivers( bool aCreateMarkers ) { auto p = static_cast( c ); - if( p->GetShape() == PINSHEETLABEL_SHAPE::PSHAPE_OUTPUT ) + if( p->GetShape() == PINSHEETLABEL_SHAPE::PS_OUTPUT ) { m_driver = c; break;