]> git.saurik.com Git - wxWidgets.git/blobdiff - src/jpeg/jdinput.c
Added XRC handler for wxTimePickerCtrl.
[wxWidgets.git] / src / jpeg / jdinput.c
index 942a99c1417d8cfb95b5f81a430fefca298b4d56..c89b75de580030f1ce4766f28c49c439cd98e571 100644 (file)
@@ -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;