]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/datistrm.tex
undefine _DEFINE_LIST before redefining it; also rename it to have WX prefix
[wxWidgets.git] / docs / latex / wx / datistrm.tex
index ae95da775ebf9eb7676bc5672184c10b42fe9839..7c4a990b3e8a1d3aa85e67e40de302b942ae436f 100644 (file)
@@ -37,13 +37,17 @@ None
 
 <wx/datstrm.h>
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \membersection{wxDataInputStream::wxDataInputStream}\label{wxdatainputstreamctor}
 
 \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 +109,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}