X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a608c09d8533b09af952026203fb609703047843..27dee9ae02f0afc054fe7a90bc3d077df1d7914a:/wxPython/src/helpers.cpp?ds=sidebyside 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