]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/brush.cpp
digital mars updated
[wxWidgets.git] / src / gtk1 / brush.cpp
index c6b35cc4a26b4b11504f715bc2820fe3fcd327fd..dd6720c868b0e433a5ab53e558d5f1915eb5c26f 100644 (file)
@@ -12,6 +12,7 @@
 #endif
 
 #include "wx/brush.h"
+#include "wx/colour.h"
 
 #include <gdk/gdk.h>
 
@@ -28,6 +29,7 @@ public:
     }
     
     wxBrushRefData( const wxBrushRefData& data )
+        : wxObjectRefData()
     {
         m_style = data.m_style;
         m_stipple = data.m_stipple;