X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7bfbbc0efb6ed51fa366f49309b092f808b4df63..c2a738e372126950e5c70f72a3e8876f1ac89bf5:/src/jpeg/jctrans.c diff --git a/src/jpeg/jctrans.c b/src/jpeg/jctrans.c index 28270aaa0c..c5bb27f321 100644 --- a/src/jpeg/jctrans.c +++ b/src/jpeg/jctrans.c @@ -279,7 +279,7 @@ start_pass_coef (j_compress_ptr cinfo, J_BUF_MODE pass_mode) * NB: input_buf is ignored; it is likely to be a NULL pointer. */ -METHODDEF(boolean) +METHODDEF(wxjpeg_boolean) compress_output (j_compress_ptr cinfo, JSAMPIMAGE input_buf) { my_coef_ptr coef = (my_coef_ptr) cinfo->coef;