No real changes, just remove trailing commas from enums.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 27 Oct 2011 21:10:30 +0000 (21:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 27 Oct 2011 21:10:30 +0000 (21:10 +0000)
commit2f6b64a90bbfbde1778309fe24f01cb0c8ec1caf
tree9b47d2d4d93f2b7678f763cae4f59f8752fd480e
parentd0260bd894ec5ef95c960e45cdaff3e6ebae019d
No real changes, just remove trailing commas from enums.

These commas are not allowed by standard C++ and Sun CC warns about them (and
some other compilers, e.g. HP aCC, even give errors for them).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69559 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/evtloopsrc.h
include/wx/ribbon/art.h
include/wx/ribbon/bar.h
include/wx/ribbon/panel.h
include/wx/ribbon/toolbar.h