X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e19291405ff3995a32c965da9694f2f20aa02468..9ed3454e3d06f99510cd203419c40c46a0370c08:/src/jpeg/jdatadst.c diff --git a/src/jpeg/jdatadst.c b/src/jpeg/jdatadst.c index a8f6fb0e02..053431fa66 100644 --- a/src/jpeg/jdatadst.c +++ b/src/jpeg/jdatadst.c @@ -77,7 +77,7 @@ init_destination (j_compress_ptr cinfo) * write it out when emptying the buffer externally. */ -METHODDEF(boolean) +METHODDEF(wxjpeg_boolean) empty_output_buffer (j_compress_ptr cinfo) { my_dest_ptr dest = (my_dest_ptr) cinfo->dest;