X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..aba4387c4c71fb812c6a07a7abb495606c5ef4af:/include/wx/proplist.h diff --git a/include/wx/proplist.h b/include/wx/proplist.h index ea93c33eb0..21be88015a 100644 --- a/include/wx/proplist.h +++ b/include/wx/proplist.h @@ -46,6 +46,8 @@ #pragma interface "proplist.h" #endif +#if wxUSE_PROPSHEET + #include "wx/prop.h" #define wxPROP_BUTTON_CLOSE 1 @@ -578,5 +580,8 @@ class WXDLLEXPORT wxListOfStringsListValidator: public wxPropertyListValidator void OnEdit(wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow); }; +#endif + // wxUSE_PROPSHEET + #endif // _WX_PROPLIST_H_