Index: undo_act.c =================================================================== --- undo_act.c (revision 4760) +++ undo_act.c (revision 4761) @@ -215,7 +215,7 @@ } if (Crosshair.AttachedBox.State == STATE_THIRD) { void *ptr1, *ptr2, *ptr3; - BoxTypePtr bx; + pcb_box_t *bx; /* guaranteed to succeed */ SearchObjectByLocation(PCB_TYPE_ARC, &ptr1, &ptr2, &ptr3, Crosshair.AttachedBox.Point1.X, Crosshair.AttachedBox.Point1.Y, 0);