Index: rotate.c =================================================================== --- rotate.c (revision 4766) +++ rotate.c (revision 4767) @@ -70,7 +70,7 @@ /* --------------------------------------------------------------------------- * rotates a point in 90 degree steps */ -void RotatePointLowLevel(PointTypePtr Point, Coord X, Coord Y, unsigned Number) +void RotatePointLowLevel(pcb_point_t *Point, Coord X, Coord Y, unsigned Number) { ROTATE(Point->X, Point->Y, X, Y, Number); }