Compilation fix for wxUSE_STACKWALKER == 0.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31733 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon 2005-02-03 22:26:44 +00:00
parent a23fe00df6
commit 74e2116a4b

View File

@ -2636,6 +2636,8 @@ static void TestFtpUpload()
#ifdef TEST_STACKWALKER
#if wxUSE_STACKWALKER
#include "wx/stackwalk.h"
class StackDump : public wxStackWalker
@ -2693,6 +2695,8 @@ static void TestStackWalk(const char *argv0)
dump.Walk();
}
#endif // wxUSE_STACKWALKER
#endif // TEST_STACKWALKER
// ----------------------------------------------------------------------------