From: Vadim Zeitlin Date: Wed, 10 Sep 2003 13:37:51 +0000 (+0000) Subject: added missing SetIntPosition() parameter X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fc4fb52856f7a020d4595e6e38f0e23fe9f6e1c8 added missing SetIntPosition() parameter git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/stream.tex b/docs/latex/wx/stream.tex index 4b2997f0eb..bdf3d7416b 100644 --- a/docs/latex/wx/stream.tex +++ b/docs/latex/wx/stream.tex @@ -250,14 +250,14 @@ Returns the current position (counted in bytes) in the stream buffer. \membersection{wxStreamBuffer::SetIntPosition} -\func{void}{SetIntPosition}{\void} +\func{void}{SetIntPosition}{\param{size\_t}{ pos}} Sets the current position (in bytes) in the stream buffer. \wxheading{Warning} Since it is a very low-level function, there is no check on the position: -specify an invalid position can induce unexpected results. +specifing an invalid position can induce unexpected results. \membersection{wxStreamBuffer::GetLastAccess}