]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/brush.cpp
don't write the strings to the stream one char at a time, it's *horribly* slow
[wxWidgets.git] / src / gtk / brush.cpp
index c6b35cc4a26b4b11504f715bc2820fe3fcd327fd..f20993f3cb664031e7cc2147a8b07100790fcafa 100644 (file)
@@ -28,6 +28,7 @@ public:
     }
     
     wxBrushRefData( const wxBrushRefData& data )
+        : wxObjectRefData()
     {
         m_style = data.m_style;
         m_stipple = data.m_stipple;