Fix c0fb041b for old API

This commit is contained in:
Jon Evans 2022-12-27 08:33:40 -05:00
parent c0fb041be6
commit 5144186fca
1 changed files with 1 additions and 1 deletions

View File

@ -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<ERC_ITEM> ercItem = ERC_ITEM::Create( ERCE_NOCONNECT_CONNECTED );
VECTOR2I pos;
wxPoint pos;
if( pin )
{