added missing const

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-02-09 21:26:22 +00:00
parent 111ee2fdb8
commit 3e43d6143b

View File

@@ -57,7 +57,7 @@ Resumes the stop watch which had been paused with
\membersection{wxStopWatch::Time} \membersection{wxStopWatch::Time}
\func{long}{Time}{\void}\label{wxstopwatchtime} \constfunc{long}{Time}{\void}\label{wxstopwatchtime}
Returns the time in milliseconds since the start (or restart) or the last call of Returns the time in milliseconds since the start (or restart) or the last call of
\helpref{wxStopWatch::Pause}{wxstopwatchpause}. \helpref{wxStopWatch::Pause}{wxstopwatchpause}.