Include header with basic wxPGProperty classes in main wxPG header
This header shouldn't be included here but it was included here in the previous versions of wxPG and user apps can be broken by removing it.
This commit is contained in:
parent
a07d17a8a4
commit
8ad0f52da0
1 changed files with 7 additions and 1 deletions
|
|
@ -2157,6 +2157,12 @@ protected:
|
|||
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
#endif
|
||||
#ifndef WXBUILDING
|
||||
// This really shouldn't be done here, but keep including this header
|
||||
// for compatibility because user apps can be broken by removing it.
|
||||
#include "wx/propgrid/props.h"
|
||||
#endif // !WXBUILDING
|
||||
|
||||
#endif // wxUSE_PROPGRID
|
||||
|
||||
#endif // _WX_PROPGRID_PROPGRID_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue