Compile fix for when wxUSE_STACKWALKER == 0

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2005-06-02 02:38:07 +00:00
parent 6d6a27b234
commit 388186f7e1

View File

@ -710,6 +710,7 @@ bool DoShowAssertDialog(const wxString& msg)
return false; return false;
} }
#if wxUSE_STACKWALKER
static wxString GetAssertStackTrace() static wxString GetAssertStackTrace()
{ {
wxString stackTrace; wxString stackTrace;
@ -775,6 +776,7 @@ static wxString GetAssertStackTrace()
return stackTrace; return stackTrace;
} }
#endif // wxUSE_STACKWALKER
// show the assert modal dialog // show the assert modal dialog
static static