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:
parent
777819af7b
commit
6cef0db280
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue