X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e19291405ff3995a32c965da9694f2f20aa02468..43f4e852a1b2ac37c3db6a2b87315192ac549191:/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;