X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/231b9591aac1d6a507aa1ecfeb5f57e720003391..9df05aab59ad8ff0e3cf5556e8273c72c0fc5203:/src/x11/pen.cpp 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; }