fixed yet another bug in wxStream classes
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 22 Aug 2001 22:13:22 +0000 (22:13 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 22 Aug 2001 22:13:22 +0000 (22:13 +0000)
commitba0b7b323817e44903ba5ee199d17bbb166ed3d5
tree6b3769b566c30343daf318f208c301e9cc7ef222
parenta3e377a31fc6863ad17fae0e9562c8523ff3cad9
fixed yet another bug in wxStream classes
(This time, the braindead wannabe coder who wrote the original code created
wxStreamBase instance and then casted it to wxInputStream and hapilly used the stream,
which could of course never work. Anybody knows a cheap hitman?)

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