]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/stackwalk.h
compilation fix after last change
[wxWidgets.git] / include / wx / msw / stackwalk.h
index 9c794e7db87812f02c3b8ed064e0cfe749c787fa..2d99a132b6df98d6c995388b011c7e3e3242dd59 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef _WX_MSW_STACKWALK_H_
 #define _WX_MSW_STACKWALK_H_
 
+#include "wx/arrstr.h"
+
 // these structs are declared in windows headers
 struct _CONTEXT;
 struct _EXCEPTION_POINTERS;
@@ -88,7 +90,7 @@ public:
     // only
     wxStackWalker(const char * WXUNUSED(argv0) = NULL) { }
 
-    virtual void Walk(size_t skip = 1);
+    virtual void Walk(size_t skip = 1, size_t maxDepth = 200);
     virtual void WalkFromException();