diff options
Diffstat (limited to 'base/gximono.c')
-rw-r--r-- | base/gximono.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gximono.c b/base/gximono.c index b46a3761..ee2c69b4 100644 --- a/base/gximono.c +++ b/base/gximono.c @@ -1002,7 +1002,7 @@ image_render_mono_ht_cal(gx_image_enum * penum, const byte * buffer, int data_x, return 0; return cal_halftone_process_planar(penum->cal_ht, penum->memory->non_gc_memory, - &input, halftone_callback, dev); + (const byte * const *)&input, halftone_callback, dev); } #else /* |