]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/pen.h
compilation fixes (I wonder how did you people ever compile it...)
[wxWidgets.git] / include / wx / msw / pen.h
index 1cf0f4266c75628145af086ad177df60b272fde4..3c56bdaa7077609730e062243da80fce4e7a243e 100644 (file)
@@ -38,7 +38,7 @@ protected:
   int           m_cap ;
   wxBitmap      m_stipple ;
   int           m_nbDash ;
-  wxMSWDash *   m_dash ;
+  wxDash *      m_dash ;
   wxColour      m_colour;
   WXHPEN        m_hPen;
 };