From 03611f7bb7505302d883e921c1cd93ff73325e4e Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Thu, 9 Jan 2020 09:14:04 +0100 Subject: [PATCH] missing change --- eeschema/connection_graph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;