pen.h depends from brush.h in compat mode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-16 21:50:55 +00:00
parent 777819af7b
commit 6cef0db280

View File

@@ -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