]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/txtstrm.tex
ReadChar() is called GetChar() in fact
[wxWidgets.git] / docs / latex / wx / txtstrm.tex
index c739fe452980abc13cd50480c58edab9894f8dfe..12fcca5070ee4f0cbd3f72a13e560bcb7b1e9b86 100644 (file)
@@ -122,9 +122,9 @@ Reads a 32 bit signed integer from the stream.
 See \helpref{wxTextInputStream::Read8}{wxtextinputstreamread8} for the
 description of the {\it base} parameter.
 
-\membersection{wxTextInputStream::ReadChar}\label{wxtextinputstreamreadchar}
+\membersection{wxTextInputStream::GetChar}\label{wxtextinputstreamgetchar}
 
-\func{wxChar}{wxTextInputStream::ReadChar}{\void}
+\func{wxChar}{wxTextInputStream::GetChar}{\void}
 
 Reads a character, returns $0$ if there are no more characters in the stream.