]> git.saurik.com Git - wxWidgets.git/commitdiff
pen.h depends from brush.h in compat mode
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 16 Mar 2008 21:50:55 +0000 (21:50 +0000)
committerFrancesco 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

index a54adbec3fd2c6116ca03ab04e36dc0dff94a944..ae920182550ba908a3632edddcf9c511ec67be68 100644 (file)
 
 #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