Fix build
This commit is contained in:
parent
77b68a827c
commit
ab38dfd7ae
|
@ -855,7 +855,7 @@ void PCB_IO::format( const PCB_SHAPE* aShape, int aNestLevel ) const
|
||||||
}
|
}
|
||||||
else
|
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)",
|
m_out->Print( aNestLevel, "%s(arc (start %s) (mid %s) (end %s)",
|
||||||
nestLevel ? "" : " ",
|
nestLevel ? "" : " ",
|
||||||
FormatInternalUnits( arc.GetP0() ).c_str(),
|
FormatInternalUnits( arc.GetP0() ).c_str(),
|
||||||
|
|
Loading…
Reference in New Issue