From: Vadim Zeitlin Date: Thu, 2 May 2002 13:30:59 +0000 (+0000) Subject: fixed type: wxUint16 -> wxUint32 (patch 549556) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/17046ed61e4f2d78d2c299f66bb0f8e439781330?ds=inline fixed type: wxUint16 -> wxUint32 (patch 549556) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/txtstrm.tex b/docs/latex/wx/txtstrm.tex index 08217a6d98..800089f14c 100644 --- a/docs/latex/wx/txtstrm.tex +++ b/docs/latex/wx/txtstrm.tex @@ -66,7 +66,7 @@ Reads a 16 bit integer from the stream. \membersection{wxTextInputStream::Read32} -\func{wxUint16}{Read32}{\void} +\func{wxUint32}{Read32}{\void} Reads a 32 bit integer from the stream.