Change GetC to return an int so that it can return wxEOF on error.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Sun, 29 Oct 2006 17:00:07 +0000 (17:00 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Sun, 29 Oct 2006 17:00:07 +0000 (17:00 +0000)
commit6ea48c514e0b911113020c76fdb83b64f5941ddb
tree4ed8959e496617f149b117ce7c1f10483dcad44c
parent5c746f384e24fc33af917d6b9a2172346d9ee34a
Change GetC to return an int so that it can return wxEOF on error.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42623 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/stream.h
src/common/stream.cpp