X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1970409e33ce5aa182fa40ea499e532fdbf1982d..5e4e03e9f99ebce30c49da587ad97b4ed7d63595:/src/generic/logg.cpp diff --git a/src/generic/logg.cpp b/src/generic/logg.cpp index cba360cc86..ecac929db9 100644 --- a/src/generic/logg.cpp +++ b/src/generic/logg.cpp @@ -275,7 +275,7 @@ void wxLogGui::Flush() // do it right now to block any new calls to Flush() while we're here m_bHasMessages = false; - const unsigned repeatCount = LogLastRepetitionCountIfNeeded(); + const unsigned repeatCount = LogLastRepeatIfNeeded(); wxString appName = wxTheApp->GetAppDisplayName();