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:
@@ -1646,7 +1646,7 @@ enum
|
|||||||
wxMM_ISOTROPIC,
|
wxMM_ISOTROPIC,
|
||||||
wxMM_ANISOTROPIC,
|
wxMM_ANISOTROPIC,
|
||||||
wxMM_POINTS,
|
wxMM_POINTS,
|
||||||
wxMM_METRIC,
|
wxMM_METRIC
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Shortcut for easier dialog-unit-to-pixel conversion */
|
/* Shortcut for easier dialog-unit-to-pixel conversion */
|
||||||
|
Reference in New Issue
Block a user