X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/35f512937be0f668f60d3a064547bdfcfa83e4ba..3c203a185145a1aa720faf53e7f6fbebb35bce7a:/src/msw/brush.cpp diff --git a/src/msw/brush.cpp b/src/msw/brush.cpp index 29161607c3..07c11e9bdb 100644 --- a/src/msw/brush.cpp +++ b/src/msw/brush.cpp @@ -103,7 +103,8 @@ wxBrushRefData::wxBrushRefData(const wxBitmap& stipple) } wxBrushRefData::wxBrushRefData(const wxBrushRefData& data) - : m_stipple(data.m_stipple), + : wxGDIRefData(), + m_stipple(data.m_stipple), m_colour(data.m_colour) { m_style = data.m_style;