X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/739c5499fcab1c165b8dd0591c9fd9e2329b3cf9..51623cc53f350935337e57930eaaf1afe9a48c3b:/include/wx/debug.h diff --git a/include/wx/debug.h b/include/wx/debug.h index ab68145fcf..35c7ca1222 100644 --- a/include/wx/debug.h +++ b/include/wx/debug.h @@ -297,7 +297,7 @@ extern WXDLLIMPEXP_BASE void wxOnAssert(const char *file, wxSTATEMENT_MACRO_BEGIN \ if ( wxTheAssertHandler && \ (wxOnAssert(__FILE__, __LINE__, __WXFUNCTION__, \ - #cond, msg), wxTrapInAssert) ) \ + cond, msg), wxTrapInAssert) ) \ { \ wxTrapInAssert = false; \ wxTrap(); \