Index: plug_footprint_act.c =================================================================== --- plug_footprint_act.c (revision 4810) +++ plug_footprint_act.c (revision 4811) @@ -29,7 +29,7 @@ static const char fp_rehash_syntax[] = "fp_rehash()" ; static const char fp_rehash_help[] = "Flush the library index; rescan all library search paths and rebuild the library index. Useful if there are changes in the library during a pcb-rnd session."; -static int Action_fp_rehash(int argc, const char **argv, Coord x, Coord y) +static int Action_fp_rehash(int argc, const char **argv, pcb_coord_t x, pcb_coord_t y) { fp_rehash(); return 0;