Index: export_openscad.c =================================================================== --- export_openscad.c (revision 17464) +++ export_openscad.c (revision 17465) @@ -597,7 +597,7 @@ static const char pcb_acts_scad_export_poly[] = "ScadExportPoly(filename)\n"; static const char pcb_acth_scad_export_poly[] = "exports all selected polygons to an openscad script; only the outmost contour of each poly is exported"; -static fgw_error_t pcb_act_scad_export_poly(int oargc, const char **oargv) +static fgw_error_t pcb_act_scad_export_poly(fgw_arg_t *ores, int oargc, fgw_arg_t *oargv) { PCB_OLD_ACT_BEGIN; FILE *f;