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:
Artur Wieczorek 2023-03-15 19:10:02 +01:00
parent a07d17a8a4
commit 8ad0f52da0

View file

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