Index: svg.c =================================================================== --- svg.c (revision 26779) +++ svg.c (revision 26780) @@ -847,7 +847,7 @@ } -static void svg_calibrate(double xval, double yval) +static void svg_calibrate(pcb_hid_t *hid, double xval, double yval) { pcb_message(PCB_MSG_ERROR, "svg_calibrate() not implemented"); return;