]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/pen.cpp
Added wxThread::GetMainId().
[wxWidgets.git] / src / gtk1 / pen.cpp
index 2ca4c94bd79838e785fc60c309c7ef0184ceb26e..8fa09cd73f178d2204351bacbeb75b949f5cf1ec 100644 (file)
@@ -31,7 +31,7 @@ public:
         m_style = wxPENSTYLE_SOLID;
         m_joinStyle = wxJOIN_ROUND;
         m_capStyle = wxCAP_ROUND;
-        m_dash = (wxGTKDash*) NULL;
+        m_dash = NULL;
         m_countDashes = 0;
     }