X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f7df82831082ebd4a3eecd8cea9beb5389b8d411..7344108e8a129a3f9b4df5ab0f98a1713db03b89:/interface/wx/pen.h diff --git a/interface/wx/pen.h b/interface/wx/pen.h index 6d5c273414..fbdcbc90ba 100644 --- a/interface/wx/pen.h +++ b/interface/wx/pen.h @@ -64,8 +64,11 @@ enum wxPenStyle wxPENSTYLE_VERTICAL_HATCH, /**< Vertical hatch. */ - wxPENSTYLE_FIRST_HATCH = wxPENSTYLE_BDIAGONAL_HATCH, - wxPENSTYLE_LAST_HATCH = wxPENSTYLE_VERTICAL_HATCH + wxPENSTYLE_FIRST_HATCH, + /**< First of the hatch styles (inclusive). */ + + wxPENSTYLE_LAST_HATCH + /**< Last of the hatch styles (inclusive). */ }; /**