]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/brush.cpp
Fixed URL saving/loading
[wxWidgets.git] / src / x11 / brush.cpp
index 9aeb1581151e2c7455af9aff8976e26605edf423..3eeb858046d692f17b2e02749f609ccf5817186f 100644 (file)
@@ -42,7 +42,7 @@ public:
     bool operator == (const wxBrushRefData& data) const
     {
         return (m_style == data.m_style &&
-                m_stipple.IsRefTo(&data.m_stipple) &&
+                m_stipple.IsSameAs(data.m_stipple) &&
                 m_colour == data.m_colour);
     }