fix docs for wxInputStream::GetC(); fixes #4461

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-11-22 12:44:17 +00:00
parent c909e90788
commit 5b86c331ec

View File

@@ -795,6 +795,8 @@ public:
/** /**
Returns the first character in the input queue and removes it, Returns the first character in the input queue and removes it,
blocking until it appears if necessary. blocking until it appears if necessary.
On success returns a value between 0 - 255; on end of file returns @c wxEOF.
*/ */
int GetC(); int GetC();