X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..f41bc3e3f3fda37fba548440b230288c5eed0953:/include/wx/msw/pen.h diff --git a/include/wx/msw/pen.h b/include/wx/msw/pen.h index 1cf0f4266c..3c56bdaa70 100644 --- a/include/wx/msw/pen.h +++ b/include/wx/msw/pen.h @@ -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; };