Index: trunk/util/gsch2pcb-rnd/glue.c =================================================================== --- trunk/util/gsch2pcb-rnd/glue.c (revision 29650) +++ trunk/util/gsch2pcb-rnd/glue.c (revision 29651) @@ -35,6 +35,6 @@ const char *pcb_hidlib_default_embedded_menu = ""; -void pcb_hidlib_crosshair_move_to(pcb_coord_t abs_x, pcb_coord_t abs_y, int mouse_mot) { } +void pcb_hidlib_crosshair_move_to(pcb_hidlib_t *hl, pcb_coord_t abs_x, pcb_coord_t abs_y, int mouse_mot) { }