]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/log.h
one additional assign
[wxWidgets.git] / include / wx / log.h
index bff6f448c3d667a20b5cd2533010e2dc48f18eb2..a3cf858c4fa98be288b0c1693e29ef18ec11c228 100644 (file)
@@ -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