]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/datistrm.tex
More const bool (sigh)
[wxWidgets.git] / docs / latex / wx / datistrm.tex
index ae95da775ebf9eb7676bc5672184c10b42fe9839..19fcc7646512ea22a488e4eeba797fcd122b128c 100644 (file)
@@ -43,7 +43,7 @@ None
 
 \func{}{wxDataInputStream}{\param{wxInputStream\&}{ stream}}
 
-\func{}{wxDataInputStream}{\param{wxInputStream\&}{ stream}, \param{wxMBConv\&}{ conv = wxMBConvUTF8}}
+\func{}{wxDataInputStream}{\param{wxInputStream\&}{ stream}, \param{const wxMBConv\&}{ conv = wxConvAuto()}}
 
 Constructs a datastream object from an input stream. Only read methods will
 be available. The second form is only available in Unicode build of wxWidgets.
@@ -105,7 +105,7 @@ Reads a 32 bit unsigned integer from the stream.
 Reads 32 bit unsigned integers from the stream in a specified buffer. the amount of
 32 bit unsigned integer to read is specified by the {\it size} variable.
 
-\membersection{wxDataInputStream::Read64}\label{wxdatainputstreamread32}
+\membersection{wxDataInputStream::Read64}\label{wxdatainputstreamread64}
 
 \func{wxUint64}{Read64}{\void}