* Fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1258 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -114,8 +114,10 @@ class WXDLLEXPORT wxStreamBuffer {
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
typedef enum {
|
||||
wxStream_NOERROR,
|
||||
wxStream_EOF
|
||||
wxStream_NOERROR = 0,
|
||||
wxStream_EOF,
|
||||
wxStream_WRITE_ERR,
|
||||
wxStream_READ_ERR
|
||||
} wxStreamError;
|
||||
|
||||
class WXDLLEXPORT wxStreamBase {
|
||||
|
Reference in New Issue
Block a user