yet more compilation fixes after brush/pen style changes: remove trailing commas from enums

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-03-23 15:53:15 +00:00
parent 4d98fefce7
commit 1f2e566742
3 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ enum wxPenJoin
wxJOIN_BEVEL = 120,
wxJOIN_MITER,
wxJOIN_ROUND,
wxJOIN_ROUND
};
enum wxPenCap