Index: draw.h =================================================================== --- draw.h (revision 37070) +++ draw.h (revision 37071) @@ -189,6 +189,6 @@ #define PCB_DRAW_TERM_GFX_WIDTH (-3) void pcb_expose_main(rnd_hid_t *hid, const rnd_hid_expose_ctx_t *ctx, rnd_xform_t *xform_caller); -void pcb_expose_preview(rnd_hid_t *hid, const rnd_hid_expose_ctx_t *e); +void pcb_expose_preview(rnd_hid_t *hid, rnd_hid_expose_ctx_t *e); #endif