X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/15e8daecf594d38a57bc750f58de0ea33b79f4ee..9838b284443a889c6c629568011c8ce76cfbacd4:/contrib/include/wx/deprecated/wxexpr.h diff --git a/contrib/include/wx/deprecated/wxexpr.h b/contrib/include/wx/deprecated/wxexpr.h index e9837f04cf..12b0167dc7 100644 --- a/contrib/include/wx/deprecated/wxexpr.h +++ b/contrib/include/wx/deprecated/wxexpr.h @@ -48,7 +48,7 @@ #define WXEXPR_ERROR_GENERAL 1 #define WXEXPR_ERROR_SYNTAX 2 -// Error handler function definition. If app returns TRUE, +// Error handler function definition. If app returns true, // carry on processing. typedef bool (*wxExprErrorHandler) (int errorType, char *msg);