X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1970409e33ce5aa182fa40ea499e532fdbf1982d..e014851ee986de68ca18424d4f53f4ce3784d9a8:/src/generic/logg.cpp?ds=sidebyside 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();