From: Vadim Zeitlin Date: Sun, 9 Feb 2003 21:26:22 +0000 (+0000) Subject: added missing const X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3e43d6143ba737da833e58b8f51eb400d374cb00?ds=inline added missing const git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/stopwtch.tex b/docs/latex/wx/stopwtch.tex index 148993136e..473f4ec299 100644 --- 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} +\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}.