]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/brush.cpp
Fix wxFileConfig for WinCE
[wxWidgets.git] / src / msw / brush.cpp
index 5eae40c16a16c93f2ac807542f54e3dcc1a283b3..07c11e9bdb4ac743f4b6bf2f952ec74685923b84 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     04/01/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -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;