X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e19291405ff3995a32c965da9694f2f20aa02468..4b5a7d3d092dd6d0aa7a1998ce0ed3e0c6ea50f1:/src/jpeg/jchuff.h diff --git a/src/jpeg/jchuff.h b/src/jpeg/jchuff.h index a9599fc1e6..881962ad52 100644 --- a/src/jpeg/jchuff.h +++ b/src/jpeg/jchuff.h @@ -39,7 +39,7 @@ typedef struct { /* Expand a Huffman table definition into the derived format */ EXTERN(void) jpeg_make_c_derived_tbl - JPP((j_compress_ptr cinfo, boolean isDC, int tblno, + JPP((j_compress_ptr cinfo, wxjpeg_boolean isDC, int tblno, c_derived_tbl ** pdtbl)); /* Generate an optimal table definition given the specified counts */