]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/brush.h
Added wxFONTENCODING_EUC_KR alias for wxFONTENCODING_CP949.
[wxWidgets.git] / include / wx / brush.h
index 7ad451927c18f42be4d60a753da8221dbf252c58..9eb0a4c7e1d1a2236ae49fe3e1a790dad9839e03 100644 (file)
@@ -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<int>(s) == static_cast<int>(t);
 }
 
 inline bool operator!=(wxBrushStyle s, wxDeprecatedGUIConstants t)