X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/231b9591aac1d6a507aa1ecfeb5f57e720003391..f8d0234d39c66f3d1d7fc2346562cb96c8c7be20:/src/x11/pen.cpp?ds=sidebyside diff --git a/src/x11/pen.cpp b/src/x11/pen.cpp index 4e8be7e168..7142bed347 100644 --- a/src/x11/pen.cpp +++ b/src/x11/pen.cpp @@ -33,7 +33,7 @@ public: m_style = wxPENSTYLE_SOLID; m_joinStyle = wxJOIN_ROUND; m_capStyle = wxCAP_ROUND; - m_dash = (wxX11Dash*) NULL; + m_dash = NULL; m_countDashes = 0; }