mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-20 15:51:41 +00:00
Fix broken build
This commit is contained in:
parent
d0b22d21bb
commit
32b5cf6221
@ -1592,7 +1592,7 @@ void CONNECTION_GRAPH::collectAllDriverValues()
|
||||
}
|
||||
else
|
||||
{
|
||||
UNITS_PROVIDER unitsProvider( schIUScale, EDA_UNITS::MILLIMETRES );
|
||||
UNITS_PROVIDER unitsProvider( schIUScale, EDA_UNITS::MM );
|
||||
wxLogTrace( ConnTrace, wxS( "Unexpected normal pin %s" ),
|
||||
driver->GetItemDescription( &unitsProvider, true ) );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user