X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bc735a68b18cddb825197dca55eb51ca8c72928d..f32eb96401af815f5662b715330802c2e6bfa452:/include/wx/brush.h diff --git a/include/wx/brush.h b/include/wx/brush.h index 7ad451927c..9eb0a4c7e1 100644 --- a/include/wx/brush.h +++ b/include/wx/brush.h @@ -108,7 +108,7 @@ extern WXDLLIMPEXP_DATA_CORE(wxBrushList*) wxTheBrushList; inline bool operator==(wxBrushStyle s, wxDeprecatedGUIConstants t) { - return wx_static_cast(int, s) == wx_static_cast(int, t); + return static_cast(s) == static_cast(t); } inline bool operator!=(wxBrushStyle s, wxDeprecatedGUIConstants t)