From 39a20489755c80673a9df4c397c7442b0ff0d5da Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 15 Oct 2004 15:41:18 +0000 Subject: [PATCH] ReadChar() is called GetChar() in fact git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29878 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/txtstrm.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/latex/wx/txtstrm.tex b/docs/latex/wx/txtstrm.tex index c739fe4529..12fcca5070 100644 --- a/docs/latex/wx/txtstrm.tex +++ b/docs/latex/wx/txtstrm.tex @@ -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. -- 2.45.2