diff --git a/src/common/appcmn.cpp b/src/common/appcmn.cpp index 82fdabf78e..5ba2544468 100644 --- a/src/common/appcmn.cpp +++ b/src/common/appcmn.cpp @@ -487,7 +487,7 @@ wxRendererNative *wxGUIAppTraitsBase::CreateRenderer() return NULL; } -#ifdef __WXDEBUG__ +#if 1 // def __WXDEBUG__ bool wxGUIAppTraitsBase::ShowAssertDialog(const wxString& msg) {