From fc4fb52856f7a020d4595e6e38f0e23fe9f6e1c8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin <vadim@wxwidgets.org> Date: Wed, 10 Sep 2003 13:37:51 +0000 Subject: [PATCH] added missing SetIntPosition() parameter git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/stream.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} -- 2.45.2