]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing SetIntPosition() parameter
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Sep 2003 13:37:51 +0000 (13:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Sep 2003 13:37:51 +0000 (13:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/stream.tex

index 4b2997f0ebdb2a16b8a34a44250da2ff3ae0c661..bdf3d7416bd737d45ac034a24c732bbc8d8795ac 100644 (file)
@@ -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}