Index: insert.c =================================================================== --- insert.c (revision 4766) +++ insert.c (revision 4767) @@ -83,9 +83,9 @@ /* --------------------------------------------------------------------------- * adjusts the insert point to make 45 degree lines as necessary */ -PointTypePtr AdjustInsertPoint(void) +pcb_point_t *AdjustInsertPoint(void) { - static PointType InsertedPoint; + static pcb_point_t InsertedPoint; double m; Coord x, y, m1, m2; pcb_line_t *line = (pcb_line_t *) Crosshair.AttachedObject.Ptr2;