]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/brush.cpp
OpenVMS update
[wxWidgets.git] / src / gtk1 / brush.cpp
index 25536d5518c553eac84c2240386e6cb3425fb5f9..3b9330bb1a42ded7ae74d126376f56db9b75a064 100644 (file)
@@ -41,7 +41,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);
     }