]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/stackwalk.cpp
Use font encoding
[wxWidgets.git] / src / msw / stackwalk.cpp
index 8bdf7d4021931971216fa80aa6796d9fe01014d8..8a27e6cd577a8c85acab8069075b06f97915101b 100644 (file)
@@ -326,7 +326,7 @@ void wxStackWalker::WalkFromException()
     WalkFrom(wxGlobalSEInformation, 0);
 }
 
-void wxStackWalker::Walk(size_t skip)
+void wxStackWalker::Walk(size_t skip, size_t WXUNUSED(maxDepth))
 {
     // to get a CONTEXT for the current location, simply force an exception and
     // get EXCEPTION_POINTERS from it
@@ -400,7 +400,7 @@ void wxStackWalker::WalkFromException()
 {
 }
 
-void wxStackWalker::Walk(size_t WXUNUSED(skip))
+void wxStackWalker::Walk(size_t WXUNUSED(skip), size_t WXUNUSED(maxDepth))
 {
 }