fixed type: wxUint16 -> wxUint32 (patch 549556)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2002-05-02 13:30:59 +00:00
parent 5d26a7e65f
commit 17046ed61e

View File

@ -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.