X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c64755ed1ad825e3a5b6ddc71bc77e8f25fc5999..5a1e0e91a1ca5ec98b0eeb335cda757d1261ed08:/src/cocoa/brush.mm diff --git a/src/cocoa/brush.mm b/src/cocoa/brush.mm index 59cd8dea7f..eef0553a90 100644 --- a/src/cocoa/brush.mm +++ b/src/cocoa/brush.mm @@ -15,10 +15,9 @@ #ifndef WX_PRECOMP #include "wx/utils.h" + #include "wx/colour.h" #endif //WX_PRECOMP -#include "wx/colour.h" - #import class WXDLLEXPORT wxBrushRefData: public wxGDIRefData @@ -97,7 +96,7 @@ bool wxBrushRefData::operator==(const wxBrushRefData& data) const // don't compare our NSColor return m_style == data.m_style && m_colour == data.m_colour && - m_stipple == data.m_stipple; + m_stipple.IsSameAs(data.m_stipple); } void wxBrushRefData::DoSetStipple(const wxBitmap& stipple)