Fix build

This commit is contained in:
Jon Evans
2021-07-03 19:47:58 -04:00
parent 77b68a827c
commit ab38dfd7ae
+1 -1
View File
@@ -855,7 +855,7 @@ void PCB_IO::format( const PCB_SHAPE* aShape, int aNestLevel ) const
}
else
{
SHAPE_ARC& arc = outline.Arc( ind );
const SHAPE_ARC& arc = outline.Arc( ind );
m_out->Print( aNestLevel, "%s(arc (start %s) (mid %s) (end %s)",
nestLevel ? "" : " ",
FormatInternalUnits( arc.GetP0() ).c_str(),