Remove trailing comma from an enum.
Comma after last enum element is not allowed in C++98 and some compilers will warn about it. Closes #12591. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f58438058b
commit
0b79709d3c
@ -27,7 +27,7 @@ enum wxOSXSystemFont
|
||||
wxOSX_SYSTEM_FONT_MINI,
|
||||
wxOSX_SYSTEM_FONT_MINI_BOLD,
|
||||
wxOSX_SYSTEM_FONT_LABELS,
|
||||
wxOSX_SYSTEM_FONT_VIEWS,
|
||||
wxOSX_SYSTEM_FONT_VIEWS
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user