projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
777819a
)
pen.h depends from brush.h in compat mode
author
Francesco Montorsi
<f18m_cpp217828@yahoo.it>
Sun, 16 Mar 2008 21:50:55 +0000
(21:50 +0000)
committer
Francesco Montorsi
<f18m_cpp217828@yahoo.it>
Sun, 16 Mar 2008 21:50:55 +0000
(21:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52575
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/pen.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/pen.h
b/include/wx/pen.h
index a54adbec3fd2c6116ca03ab04e36dc0dff94a944..ae920182550ba908a3632edddcf9c511ec67be68 100644
(file)
--- a/
include/wx/pen.h
+++ b/
include/wx/pen.h
@@
-14,6
+14,10
@@
#include "wx/defs.h"
+#if WXWIN_COMPATIBILITY_2_8
+#include "wx/brush.h" // needed for some deprecated declarations
+#endif
+
enum wxPenStyle
{
#if WXWIN_COMPATIBILITY_2_8