projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Document the default size of new wxMemoryBuffer correctly.
[wxWidgets.git]
/
interface
/
wx
/
stopwatch.h
diff --git
a/interface/wx/stopwatch.h
b/interface/wx/stopwatch.h
index 644db85d365a654e3c8c4c1bb6f80522761946b0..d67fa9ab9e3071c2d532c3511e277eb6016e4e9c 100644
(file)
--- a/
interface/wx/stopwatch.h
+++ b/
interface/wx/stopwatch.h
@@
-61,6
+61,10
@@
public:
/**
(Re)starts the stop watch with a given initial value.
+
+ The stopwatch will always be running after calling Start(), even if
+ Pause() had been called before and even if it had been called multiple
+ times.
*/
void Start(long milliseconds = 0);