utelle / wxpdfdoc

wxPdfDocument - Generation of PDF documents from wxWidgets applications
http://utelle.github.io/wxpdfdoc/
Other
70 stars 27 forks source link

Stop using deprecated pen style constants #49

Closed vadz closed 5 years ago

vadz commented 5 years ago

Replace them with wxPENSTYLE_XXX equivalents preferred in wx 2.9 and later.

This avoids a bunch of -Wenum-compare-switch clang warnings similar to

warning: comparison of two values with different enumeration types in switch statement ('wxPenStyle' and 'wxDeprecatedGUIConstants')

utelle commented 5 years ago

Thanks for improving wxPdfDocument.