]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/logg.cpp
ignore WinCE projects and build directories
[wxWidgets.git] / src / generic / logg.cpp
index cba360cc862e54c0a9681abfae3cad9d4c283c78..ecac929db9e95567fcf88cc25c1249c1c0e743e1 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 = LogLastRepetitionCountIfNeeded();
+    const unsigned repeatCount = LogLastRepeatIfNeeded();
 
     wxString appName = wxTheApp->GetAppDisplayName();