]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/brush.cpp
move m_sizeSet out of wxWindow
[wxWidgets.git] / src / x11 / brush.cpp
index d74f7458274f5b87369cd022caf20b4628efdbf7..3eeb858046d692f17b2e02749f609ccf5817186f 100644 (file)
@@ -42,7 +42,7 @@ public:
     bool operator == (const wxBrushRefData& data) const
     {
         return (m_style == data.m_style &&
-                m_stipple.IsSameAs(&data.m_stipple) &&
+                m_stipple.IsSameAs(data.m_stipple) &&
                 m_colour == data.m_colour);
     }