X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0250efd6f46786c9152d305636dcbc4fdbeebecb..3cd25cff50f35741c8f5327865068593e214e4ca:/src/generic/logg.cpp diff --git a/src/generic/logg.cpp b/src/generic/logg.cpp index bd345d856f..235e067769 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 = wxLog::LogLastRepetitionCountIfNeeded(); + const unsigned repeatCount = LogLastRepetitionCountIfNeeded(); wxString appName = wxTheApp->GetAppDisplayName();