X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e19291405ff3995a32c965da9694f2f20aa02468..9118a24f5263c271c0b36049ba1a1b82c1763f25:/src/jpeg/jerror.c

diff --git a/src/jpeg/jerror.c b/src/jpeg/jerror.c
index 3da7be86a0..660c4a6dd8 100644
--- a/src/jpeg/jerror.c
+++ b/src/jpeg/jerror.c
@@ -161,7 +161,7 @@ format_message (j_common_ptr cinfo, char * buffer)
   const char * msgtext = NULL;
   const char * msgptr;
   char ch;
-  boolean isstring;
+  wxjpeg_boolean isstring;
 
   /* Look up message string in proper table */
   if (msg_code > 0 && msg_code <= err->last_jpeg_message) {