temporary build-fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2009-03-22 07:42:51 +00:00
parent 440e5cb2fa
commit f5e9c9c0ba

View File

@ -487,7 +487,7 @@ wxRendererNative *wxGUIAppTraitsBase::CreateRenderer()
return NULL;
}
#ifdef __WXDEBUG__
#if 1 // def __WXDEBUG__
bool wxGUIAppTraitsBase::ShowAssertDialog(const wxString& msg)
{