X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c89f5c02b1ecc6098b21b39b01509dd387c1cb34..0e878cfcc6486c7903ae89b316bc71700320199d:/src/gtk1/brush.cpp?ds=sidebyside diff --git a/src/gtk1/brush.cpp b/src/gtk1/brush.cpp index c6b35cc4a2..f20993f3cb 100644 --- a/src/gtk1/brush.cpp +++ b/src/gtk1/brush.cpp @@ -28,6 +28,7 @@ public: } wxBrushRefData( const wxBrushRefData& data ) + : wxObjectRefData() { m_style = data.m_style; m_stipple = data.m_stipple;