Index: rotate.h =================================================================== --- rotate.h (revision 4766) +++ rotate.h (revision 4767) @@ -97,7 +97,7 @@ void *RotateObject(int, void *, void *, void *, Coord, Coord, unsigned); void RotateScreenObject(Coord, Coord, unsigned); -void RotatePointLowLevel(PointTypePtr Point, Coord X, Coord Y, unsigned Number); +void RotatePointLowLevel(pcb_point_t *Point, Coord X, Coord Y, unsigned Number); static inline PCB_FUNC_UNUSED void free_rotate(Coord * x, Coord * y, Coord cx, Coord cy, double cosa, double sina) {