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:
parent
b01d950071
commit
be43484bc7
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user