X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..0e0a4e6447cdccefebcad271aa25fe9b8e4d7fb3:/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; };