X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7cacb43db1e69b87b257a67912b4d52995b070a..55809d1394516044a90fa34b12070d0f3e9f1439:/include/wx/palmos/pen.h?ds=sidebyside diff --git a/include/wx/palmos/pen.h b/include/wx/palmos/pen.h index fb190c5a4a..4edd52052f 100644 --- a/include/wx/palmos/pen.h +++ b/include/wx/palmos/pen.h @@ -36,7 +36,7 @@ public: m_join == data.m_join && m_cap == data.m_cap && m_colour == data.m_colour && - (m_style != wxSTIPPLE || m_stipple == data.m_stipple) && + (m_style != wxSTIPPLE || m_stipple.IsSameAs(data.m_stipple)) && (m_style != wxUSER_DASH || (m_nbDash == data.m_nbDash && memcmp(m_dash, data.m_dash, m_nbDash*sizeof(wxDash)) == 0));