Index: obj_line.h =================================================================== --- obj_line.h (revision 4766) +++ obj_line.h (revision 4767) @@ -39,7 +39,7 @@ /* crosshair: */ typedef struct { /* current marked line */ - PointType Point1, /* start- and end-position */ + pcb_point_t Point1, /* start- and end-position */ Point2; long int State; pcb_bool draw;