Index: obj_padstack.h =================================================================== --- obj_padstack.h (revision 12488) +++ obj_padstack.h (revision 12489) @@ -148,7 +148,7 @@ int pcb_padstack_drc_check_and_warn(pcb_padstack_t *ps); /* Generate poly->pa (which should be NULL at the time of call) */ -void pcb_padstack_shape_update_pline(pcb_padstack_poly_t *poly); +void pcb_padstack_shape_update_pa(pcb_padstack_poly_t *poly); /* Insert proto into the cache of data; if it's already in, return the existing ID, else dup it and insert it. */