]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/stream.tex
Changed version to 2.5.1
[wxWidgets.git] / 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}