X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e19291405ff3995a32c965da9694f2f20aa02468..4e15d1caa03346c126015019c1fdf093033ef40b:/src/jpeg/jcapistd.c diff --git a/src/jpeg/jcapistd.c b/src/jpeg/jcapistd.c index c0320b1b19..c138b7c12d 100644 --- a/src/jpeg/jcapistd.c +++ b/src/jpeg/jcapistd.c @@ -35,7 +35,7 @@ */ GLOBAL(void) -jpeg_start_compress (j_compress_ptr cinfo, boolean write_all_tables) +jpeg_start_compress (j_compress_ptr cinfo, wxjpeg_boolean write_all_tables) { if (cinfo->global_state != CSTATE_START) ERREXIT1(cinfo, JERR_BAD_STATE, cinfo->global_state);