projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
111ee2f
)
added missing const
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 9 Feb 2003 21:26:22 +0000
(21:26 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 9 Feb 2003 21:26:22 +0000
(21:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19165
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
docs/latex/wx/stopwtch.tex
patch
|
blob
|
blame
|
history
diff --git
a/docs/latex/wx/stopwtch.tex
b/docs/latex/wx/stopwtch.tex
index 148993136e27762d5c494672690bc33a19d87903..473f4ec2994a58cd258012f92d7f59fccadd64e8 100644
(file)
--- a/
docs/latex/wx/stopwtch.tex
+++ b/
docs/latex/wx/stopwtch.tex
@@
-57,7
+57,7
@@
Resumes the stop watch which had been paused with
\membersection{wxStopWatch::Time}
-\func{long}{Time}{\void}\label{wxstopwatchtime}
+\
const
func{long}{Time}{\void}\label{wxstopwatchtime}
Returns the time in milliseconds since the start (or restart) or the last call of
\helpref{wxStopWatch::Pause}{wxstopwatchpause}.