compilation fix for #ifdef __WXDEBUG__
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#endif // wxUSE_LOG
|
||||
#endif //WX_PRECOMP
|
||||
|
||||
#include "wx/utils.h"
|
||||
#include "wx/apptrait.h"
|
||||
#include "wx/cmdline.h"
|
||||
#include "wx/confbase.h"
|
||||
@@ -753,7 +754,7 @@ void ShowAssertDialog(const wxChar *szFile,
|
||||
if ( !s_bNoAsserts )
|
||||
{
|
||||
// send it to the normal log destination
|
||||
wxLogDebug(_T("%s"), msg);
|
||||
wxLogDebug(_T("%s"), msg.c_str());
|
||||
|
||||
if ( traits )
|
||||
{
|
||||
|
Reference in New Issue
Block a user