Index: obj_line.h =================================================================== --- obj_line.h (revision 14720) +++ obj_line.h (revision 14721) @@ -75,7 +75,7 @@ /* hash */ int pcb_line_eq(const pcb_element_t *e1, const pcb_line_t *l1, const pcb_element_t *e2, const pcb_line_t *l2); -unsigned int pcb_subc_line_hash(pcb_coord_t ox, pcb_coord_t oy, const pcb_line_t *l); +unsigned int pcb_line_hash(const pcb_host_trans_t *tr, const pcb_line_t *l); /*** DRC enforcement (obj_line_drcenf.c) ***/