From 5144186fca0a3facce88c02f5af598344d4cee46 Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Tue, 27 Dec 2022 08:33:40 -0500 Subject: [PATCH] Fix c0fb041b for old API --- 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 6a6191d455..18b44cac90 100644 --- a/eeschema/connection_graph.cpp +++ b/eeschema/connection_graph.cpp @@ -2725,7 +2725,7 @@ bool CONNECTION_GRAPH::ercCheckNoConnects( const CONNECTION_SUBGRAPH* aSubgraph if( unique_pins.size() > 1 && settings.IsTestEnabled( ERCE_NOCONNECT_CONNECTED ) ) { std::shared_ptr ercItem = ERC_ITEM::Create( ERCE_NOCONNECT_CONNECTED ); - VECTOR2I pos; + wxPoint pos; if( pin ) {