Index: route_style.h =================================================================== --- route_style.h (revision 4810) +++ route_style.h (revision 4811) @@ -47,6 +47,6 @@ /* Compare supplied parameters to each style in the vector and return the index of the first matching style. All non-0 parameters need to match to accept a style. Return -1 on no match. */ -int pcb_route_style_lookup(vtroutestyle_t *styles, Coord Thick, Coord Diameter, Coord Hole, Coord Clearance, char *Name); +int pcb_route_style_lookup(vtroutestyle_t *styles, pcb_coord_t Thick, pcb_coord_t Diameter, pcb_coord_t Hole, pcb_coord_t Clearance, char *Name); extern RouteStyleType pcb_custom_route_style;