Index: read.c =================================================================== --- read.c (revision 30911) +++ read.c (revision 30912) @@ -1062,7 +1062,7 @@ if (st->pcb != NULL) { if (st->pcb->Data->subc_tree == NULL) st->pcb->Data->subc_tree = pcb_r_create_tree(); - pcb_r_insert_entry(st->pcb->Data->subc_tree, (pcb_box_t *)subc); + pcb_r_insert_entry(st->pcb->Data->subc_tree, (rnd_box_t *)subc); pcb_subc_rebind(st->pcb, subc); } else @@ -2513,7 +2513,7 @@ if (st->pcb != NULL) { if (st->pcb->Data->subc_tree == NULL) st->pcb->Data->subc_tree = pcb_r_create_tree(); - pcb_r_insert_entry(st->pcb->Data->subc_tree, (pcb_box_t *)subc); + pcb_r_insert_entry(st->pcb->Data->subc_tree, (rnd_box_t *)subc); pcb_subc_rebind(st->pcb, subc); } else Index: write.c =================================================================== --- write.c (revision 30911) +++ write.c (revision 30912) @@ -574,7 +574,7 @@ if (tshp->shape[n].layer_mask & PCB_LYT_COPPER) { int i; pcb_line_t line; - pcb_box_t bx; + rnd_box_t bx; pcb_pstk_shape_t *shape = &tshp->shape[n]; on_bottom = tshp->shape[n].layer_mask & PCB_LYT_BOTTOM;