X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/204abcd474fa99071b7bb5b00f7e212b0bde16dc..16487a6fde0a205051f4a8a573ef5da2158f4d83:/include/wx/log.h diff --git a/include/wx/log.h b/include/wx/log.h index 30e0edb2ca..a4d800e623 100644 --- a/include/wx/log.h +++ b/include/wx/log.h @@ -308,9 +308,13 @@ protected: // log a message indicating the number of times the previous message was // repeated if ms_prevCounter > 0, does nothing otherwise; return the old // value of ms_prevCounter - unsigned LogLastRepetitionCountIfNeeded(); + unsigned LogLastRepeatIfNeeded(); private: + // implement of LogLastRepeatIfNeeded(): it assumes that the + // caller had already locked ms_prevCS + unsigned LogLastRepeatIfNeededUnlocked(); + // static variables // ----------------