]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/pen.cpp
Don't export wxDataViewCtrlInternal unnecessarily.
[wxWidgets.git] / src / x11 / pen.cpp
index c6f93665872eeaa139f86fe4aae37e81566bbe91..7142bed347cc943a8382ea079546229662e865fa 100644 (file)
@@ -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") );