]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/stackwalk.h
1. fixed wxVector<T> iterators to actually point to what they're supposed to point...
[wxWidgets.git] / include / wx / unix / stackwalk.h
index f58e17db981dba3428ed2493ac803be9b5b2ef80..96dc1ed7021b9fe0c5cccc01a38abf6292da4629 100644 (file)
@@ -74,7 +74,7 @@ public:
     }
 
     virtual void Walk(size_t skip = 1, size_t maxDepth = 200);
-    virtual void WalkFromException() { Walk(2); }
+    virtual void WalkFromException(size_t maxDepth = 200) { Walk(2, maxDepth); }
 
     static const wxString& GetExePath() { return ms_exepath; }