X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d715d419e1a31e94ff6ce4cc21eb985b2bef3369..904ccf52370e021b55b8a4c1afc5f62bc904da20:/src/x11/app.cpp diff --git a/src/x11/app.cpp b/src/x11/app.cpp index a1eb5192b5..42749948e2 100644 --- a/src/x11/app.cpp +++ b/src/x11/app.cpp @@ -1221,12 +1221,12 @@ bool wxApp::Yield(bool onlyIfNeeded) #ifdef __WXDEBUG__ -void wxApp::OnAssert(const wxChar *file, int line, const wxChar *msg) +void wxApp::OnAssert(const wxChar *file, int line, const wxChar* cond, const wxChar *msg) { // While the GUI isn't working that well, just print out the // message. #if 1 - wxAppBase::OnAssert(file, line, msg); + wxAppBase::OnAssert(file, line, cond, msg); #else wxString msg2; msg2.Printf("At file %s:%d: %s", file, line, msg);