X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e19291405ff3995a32c965da9694f2f20aa02468..7738af5957ace396793ee291a280d5a3dbd4821f:/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) {