added missing const
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Feb 2003 21:26:22 +0000 (21:26 +0000)
committerVadim 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

index 148993136e27762d5c494672690bc33a19d87903..473f4ec2994a58cd258012f92d7f59fccadd64e8 100644 (file)
@@ -57,7 +57,7 @@ Resumes the stop watch which had been paused with
 
 \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 
 \helpref{wxStopWatch::Pause}{wxstopwatchpause}.