Make build45DegLeader static.

This commit is contained in:
Alex 2022-12-10 06:21:27 +03:00
parent b01d950071
commit be43484bc7
1 changed files with 1 additions and 1 deletions

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();