projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Big wxDataViewCtrl renderer classes refactoring.
[wxWidgets.git]
/
include
/
wx
/
brush.h
diff --git
a/include/wx/brush.h
b/include/wx/brush.h
index 7ad451927c18f42be4d60a753da8221dbf252c58..9eb0a4c7e1d1a2236ae49fe3e1a790dad9839e03 100644
(file)
--- 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<int>(s) == static_cast<int>(
t);
}
inline bool operator!=(wxBrushStyle s, wxDeprecatedGUIConstants t)