]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed type: wxUint16 -> wxUint32 (patch 549556)
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 2 May 2002 13:30:59 +0000 (13:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 2 May 2002 13:30:59 +0000 (13:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/txtstrm.tex

index 08217a6d98a58aebbb56ef6a666b0c15181e7b4b..800089f14c4175e0b5544a4b763212a26dc92ae3 100644 (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.