X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2051c39fae88ff7a1cb964d7204cfa3356d4cbc5..033a5ff5c71ee7e787a3bc7e9be55ca0f5d80fa1:/src/x11/pen.cpp diff --git a/src/x11/pen.cpp b/src/x11/pen.cpp index c6f9366587..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; } @@ -223,7 +223,7 @@ int wxPen::GetWidth() const return M_PENDATA->m_width; } -wxColour &wxPen::GetColour() const +wxColour wxPen::GetColour() const { wxCHECK_MSG( Ok(), wxNullColour, wxT("invalid pen") );