]> git.saurik.com Git - wxWidgets.git/commitdiff
fix docs for wxInputStream::GetC(); fixes #4461
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 22 Nov 2008 12:44:17 +0000 (12:44 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 22 Nov 2008 12:44:17 +0000 (12:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/stream.h

index 1a2e0531bd4bdb6aa953a7e0860faed3f5f461a1..2524ef912049daf64ca4407d0e1dad0c2fdd1723 100644 (file)
@@ -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();