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