]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/pen.cpp
don't duplicate wxGetTopLevelParent() code in wxHtmlHelpController::FindTopLevelWindow()
[wxWidgets.git] / src / x11 / pen.cpp
index 4e8be7e16885f229040664a28a7b7cbd5d7c9ae0..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;
     }