X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/231b9591aac1d6a507aa1ecfeb5f57e720003391..cfcf1d6ee31a87a20b1e6f198612be41b2bfecfa:/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; }