From 5b86c331ecb0468f640235d0a067fb1368e5a981 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Sat, 22 Nov 2008 12:44:17 +0000 Subject: [PATCH] fix docs for wxInputStream::GetC(); fixes #4461 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/stream.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interface/wx/stream.h b/interface/wx/stream.h index 1a2e0531bd..2524ef9120 100644 --- a/interface/wx/stream.h +++ b/interface/wx/stream.h @@ -795,6 +795,8 @@ public: /** Returns the first character in the input queue and removes it, blocking until it appears if necessary. + + On success returns a value between 0 - 255; on end of file returns @c wxEOF. */ int GetC(); -- 2.45.2