Add wxUSE_PROPGRID checks around wxPropertyGridXmlHandler
This is needed now that it's part of wx where it won't be always compiled in.
This commit is contained in:
parent
a5b9e6d3e7
commit
cb36cb5e53
2 changed files with 4 additions and 4 deletions
|
|
@ -26,7 +26,7 @@
|
|||
#include "wx/propgrid/propgrid.h"
|
||||
#include "wx/propgrid/manager.h"
|
||||
|
||||
#if wxUSE_XRC
|
||||
#if wxUSE_XRC && wxUSE_PROPGRID
|
||||
|
||||
class wxPropertyGridXmlHandler : public wxXmlResourceHandler
|
||||
{
|
||||
|
|
@ -50,6 +50,6 @@ private:
|
|||
wxPropertyGridPopulator* m_populator;
|
||||
};
|
||||
|
||||
#endif // wxUSE_XRC
|
||||
#endif // wxUSE_XRC && wxUSE_PROPGRID
|
||||
|
||||
#endif // _WX_XH_PROPGRID_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue