compilation error fix (trailing comma in an enum)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d285d708a2
commit
e422162882
@ -1646,7 +1646,7 @@ enum
|
||||
wxMM_ISOTROPIC,
|
||||
wxMM_ANISOTROPIC,
|
||||
wxMM_POINTS,
|
||||
wxMM_METRIC,
|
||||
wxMM_METRIC
|
||||
};
|
||||
|
||||
/* Shortcut for easier dialog-unit-to-pixel conversion */
|
||||
|
Loading…
Reference in New Issue
Block a user