7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-18 18:19:17 +00:00

Make build45DegLeader static.

This commit is contained in:
Alex 2022-12-10 06:21:27 +03:00
parent b01d950071
commit be43484bc7

View File

@ -146,7 +146,7 @@ void POLYGON_GEOM_MANAGER::Reset()
}
SHAPE_LINE_CHAIN build45DegLeader( const VECTOR2I& aEndPoint, SHAPE_LINE_CHAIN aLastPoints )
static SHAPE_LINE_CHAIN build45DegLeader( const VECTOR2I& aEndPoint, SHAPE_LINE_CHAIN aLastPoints )
{
if( aLastPoints.PointCount() < 1 )
return SHAPE_LINE_CHAIN();