]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/logg.cpp
Border corrections
[wxWidgets.git] / src / generic / logg.cpp
index bd345d856fcea1fc8cd7e830fadc6d083d7c411d..235e067769a58e04b624eaa762ce6664726827bd 100644 (file)
@@ -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();