projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Define KEY_WOW64_64KEY if it is missing from SDK headers.
[wxWidgets.git]
/
src
/
gtk1
/
pen.cpp
diff --git
a/src/gtk1/pen.cpp
b/src/gtk1/pen.cpp
index 2ca4c94bd79838e785fc60c309c7ef0184ceb26e..8fa09cd73f178d2204351bacbeb75b949f5cf1ec 100644
(file)
--- a/
src/gtk1/pen.cpp
+++ b/
src/gtk1/pen.cpp
@@
-31,7
+31,7
@@
public:
m_style = wxPENSTYLE_SOLID;
m_joinStyle = wxJOIN_ROUND;
m_capStyle = wxCAP_ROUND;
m_style = wxPENSTYLE_SOLID;
m_joinStyle = wxJOIN_ROUND;
m_capStyle = wxCAP_ROUND;
- m_dash =
(wxGTKDash*)
NULL;
+ m_dash = NULL;
m_countDashes = 0;
}
m_countDashes = 0;
}