7
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:
Jon Evans 2025-03-04 21:32:42 -05:00
parent d0b22d21bb
commit 32b5cf6221

View File

@ -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 ) );
}