can't support enums that have comma after last element
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
28c9c76e7f
commit
657d209757
@ -54,7 +54,7 @@ typedef enum {
|
||||
wxSTREAM_WRITE_ERR = wxSTREAM_WRITE_ERROR,
|
||||
|
||||
wxSTREAM_READ_ERROR,
|
||||
wxSTREAM_READ_ERR = wxSTREAM_READ_ERROR,
|
||||
wxSTREAM_READ_ERR = wxSTREAM_READ_ERROR
|
||||
|
||||
} wxStreamError;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user