Removed extraneous semicolons and commas (partly fixes #10456).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -95,7 +95,7 @@ private:
|
||||
IsWxString = 0x01,
|
||||
IsCharPtr = 0x02,
|
||||
IsWCharPtr = 0x04,
|
||||
OwnsWxString = 0x10,
|
||||
OwnsWxString = 0x10
|
||||
};
|
||||
|
||||
union
|
||||
|
Reference in New Issue
Block a user