Fix c0fb041b
for old API
This commit is contained in:
parent
c0fb041be6
commit
5144186fca
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue