X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bc735a68b18cddb825197dca55eb51ca8c72928d..c767a5bbfeb79d3cdd5c2ef222717b656c881e7d:/include/wx/pen.h diff --git a/include/wx/pen.h b/include/wx/pen.h index ec705d9e40..479a9668ea 100644 --- a/include/wx/pen.h +++ b/include/wx/pen.h @@ -137,7 +137,7 @@ extern WXDLLIMPEXP_DATA_CORE(wxPenList*) wxThePenList; inline bool operator==(wxPenStyle s, wxDeprecatedGUIConstants t) { - return wx_static_cast(int, s) == wx_static_cast(int, t); + return static_cast(s) == static_cast(t); } inline bool operator!=(wxPenStyle s, wxDeprecatedGUIConstants t)