added maxDepth parameter to WalkFromException() (patch 1759239)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -135,7 +135,7 @@ public:
|
||||
// enumerate stack frames from the location of uncaught exception
|
||||
//
|
||||
// this version can only be called from wxApp::OnFatalException()
|
||||
virtual void WalkFromException() = 0;
|
||||
virtual void WalkFromException(size_t maxDepth = 200) = 0;
|
||||
|
||||
protected:
|
||||
// this function must be overrided to process the given frame
|
||||
|
Reference in New Issue
Block a user