projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
streamlining slider, scroller, spinbutton for osx carbon and cocoa
[wxWidgets.git]
/
src
/
mgl
/
pen.cpp
diff --git
a/src/mgl/pen.cpp
b/src/mgl/pen.cpp
index 10af3215728c1df9bbf59c54778a0df9fe2e1a6b..2f1e42feec0966edece164f075cfdf0383975e68 100644
(file)
--- a/
src/mgl/pen.cpp
+++ b/
src/mgl/pen.cpp
@@
-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;