projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d26a7e
)
fixed type: wxUint16 -> wxUint32 (patch 549556)
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Thu, 2 May 2002 13:30:59 +0000
(13:30 +0000)
committer
Vadim 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
patch
|
blob
|
blame
|
history
diff --git
a/docs/latex/wx/txtstrm.tex
b/docs/latex/wx/txtstrm.tex
index 08217a6d98a58aebbb56ef6a666b0c15181e7b4b..800089f14c4175e0b5544a4b763212a26dc92ae3 100644
(file)
--- 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{wxUint
16
}{Read32}{\void}
+\func{wxUint
32
}{Read32}{\void}
Reads a 32 bit integer from the stream.