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:
@@ -34,7 +34,7 @@ enum wxBrushStyle
|
|||||||
wxBRUSHSTYLE_HORIZONTAL_HATCH = wxHORIZONTAL_HATCH,
|
wxBRUSHSTYLE_HORIZONTAL_HATCH = wxHORIZONTAL_HATCH,
|
||||||
wxBRUSHSTYLE_VERTICAL_HATCH = wxVERTICAL_HATCH,
|
wxBRUSHSTYLE_VERTICAL_HATCH = wxVERTICAL_HATCH,
|
||||||
wxBRUSHSTYLE_FIRST_HATCH = wxFIRST_HATCH,
|
wxBRUSHSTYLE_FIRST_HATCH = wxFIRST_HATCH,
|
||||||
wxBRUSHSTYLE_LAST_HATCH = wxLAST_HATCH,
|
wxBRUSHSTYLE_LAST_HATCH = wxLAST_HATCH
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@@ -2137,7 +2137,7 @@ enum wxDeprecatedGUIConstants
|
|||||||
wxHORIZONTAL_HATCH,
|
wxHORIZONTAL_HATCH,
|
||||||
wxVERTICAL_HATCH,
|
wxVERTICAL_HATCH,
|
||||||
wxFIRST_HATCH = wxBDIAGONAL_HATCH,
|
wxFIRST_HATCH = wxBDIAGONAL_HATCH,
|
||||||
wxLAST_HATCH = wxVERTICAL_HATCH,
|
wxLAST_HATCH = wxVERTICAL_HATCH
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -49,7 +49,7 @@ enum wxPenJoin
|
|||||||
|
|
||||||
wxJOIN_BEVEL = 120,
|
wxJOIN_BEVEL = 120,
|
||||||
wxJOIN_MITER,
|
wxJOIN_MITER,
|
||||||
wxJOIN_ROUND,
|
wxJOIN_ROUND
|
||||||
};
|
};
|
||||||
|
|
||||||
enum wxPenCap
|
enum wxPenCap
|
||||||
|
Reference in New Issue
Block a user