X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a2d382650097c5834093a8af0566e1c1ff683c8d..59396417d3285f933762d252d33ed095e6ffe299:/include/wx/log.h diff --git a/include/wx/log.h b/include/wx/log.h index bff6f448c3..a3cf858c4f 100644 --- a/include/wx/log.h +++ b/include/wx/log.h @@ -304,8 +304,9 @@ protected: #endif // log a message indicating the number of times the previous message was - // repeated; only does something if ms_prevCounter > 0 - static void LogLastRepetitionCountIfNeeded(); + // repeated if ms_prevCounter > 0, does nothing otherwise; return the old + // value of ms_prevCounter + unsigned LogLastRepetitionCountIfNeeded(); private: // static variables