]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/pen.cpp
add missing fn_str() calls to fix wxUSE_STL=1 wxWinCE build
[wxWidgets.git] / src / mgl / pen.cpp
index 10af3215728c1df9bbf59c54778a0df9fe2e1a6b..2f1e42feec0966edece164f075cfdf0383975e68 100644 (file)
@@ -68,7 +68,7 @@ wxPenRefData::wxPenRefData()
     m_style = wxPENSTYLE_SOLID;
     m_joinStyle = wxJOIN_ROUND;
     m_capStyle = wxCAP_ROUND;
-    m_dash = (wxDash*) NULL;
+    m_dash = NULL;
     m_countDashes = 0;
 
     int x, y, c;