X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a608c09d8533b09af952026203fb609703047843..f2bbd25d26beb146eb10415511aafe9fe89b1f97:/wxPython/src/helpers.cpp diff --git a/wxPython/src/helpers.cpp b/wxPython/src/helpers.cpp index 0ef3c13249..d4c30cce5f 100644 --- a/wxPython/src/helpers.cpp +++ b/wxPython/src/helpers.cpp @@ -276,7 +276,7 @@ void wxPyApp::OnAssertFailure(const wxChar *file, // do the normal wx assert dialog? if (m_assertMode & wxPYAPP_ASSERT_DIALOG) - wxApp::OnAssert(file, line, cond, msg); + wxApp::OnAssertFailure(file, line, func, cond, msg); } } #endif