projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add missing header for !wxUSE_PCH case
[wxWidgets.git]
/
include
/
wx
/
msw
/
pen.h
diff --git
a/include/wx/msw/pen.h
b/include/wx/msw/pen.h
index 1cf0f4266c75628145af086ad177df60b272fde4..3c56bdaa7077609730e062243da80fce4e7a243e 100644
(file)
--- a/
include/wx/msw/pen.h
+++ b/
include/wx/msw/pen.h
@@
-38,7
+38,7
@@
protected:
int m_cap ;
wxBitmap m_stipple ;
int m_nbDash ;
- wx
MSWDash *
m_dash ;
+ wx
Dash *
m_dash ;
wxColour m_colour;
WXHPEN m_hPen;
};