X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f7df82831082ebd4a3eecd8cea9beb5389b8d411..6a5c9ff8e8864c2a1540af521d9a93bae9617d93:/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). */ }; /**