Index: crosshair.h =================================================================== --- crosshair.h (revision 4795) +++ crosshair.h (revision 4796) @@ -74,7 +74,7 @@ Coord X, Y, /* position in PCB coordinates */ MinX, MinY, /* lowest and highest coordinates */ MaxX, MaxY; - AttachedLineType AttachedLine; /* data of new lines... */ + pcb_attached_line_t AttachedLine; /* data of new lines... */ pcb_attached_box_t AttachedBox; pcb_polygon_t AttachedPolygon; pcb_attached_object_t AttachedObject; /* data of attached objects */