X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/739c5499fcab1c165b8dd0591c9fd9e2329b3cf9..fe94d0d06a2305845f0cb0c0b8fc0edbde2e2b68:/include/wx/debug.h diff --git a/include/wx/debug.h b/include/wx/debug.h index ab68145fcf..f80f7be680 100644 --- a/include/wx/debug.h +++ b/include/wx/debug.h @@ -3,7 +3,6 @@ // Purpose: Misc debug functions and macros // Author: Vadim Zeitlin // Created: 29/01/98 -// RCS-ID: $Id$ // Copyright: (c) 1998-2009 Vadim Zeitlin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -297,7 +296,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(); \