X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0904e5e12a4a6d31cd2c55bed973bbacb366e92a..07aec89fe1e7bad8010911aa8863efecfa909946:/src/jpeg/jdinput.c

diff --git a/src/jpeg/jdinput.c b/src/jpeg/jdinput.c
index 942a99c141..c89b75de58 100644
--- a/src/jpeg/jdinput.c
+++ b/src/jpeg/jdinput.c
@@ -20,7 +20,7 @@
 typedef struct {
   struct jpeg_input_controller pub; /* public fields */
 
-  boolean inheaders;		/* TRUE until first SOS is reached */
+  wxjpeg_boolean inheaders;		/* TRUE until first SOS is reached */
 } my_input_controller;
 
 typedef my_input_controller * my_inputctl_ptr;