X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14ff7a5992895f774b894adeaa6153de00403258..e216f7c8cfb235fbf6a3ba6301eb4b17c5528aae:/src/common/log.cpp diff --git a/src/common/log.cpp b/src/common/log.cpp index a42d6aaf89..0687124fe8 100644 --- a/src/common/log.cpp +++ b/src/common/log.cpp @@ -329,7 +329,7 @@ void wxLog::OnLog(wxLogLevel level, const wxChar *szString, time_t t) { if ( GetRepetitionCounting() ) { - pLogger->DoLogNumberOfRepeats(); + DoLogNumberOfRepeats(); } ms_prevString = szString; ms_prevLevel = level;