]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/proplist.h
compilation warning fixed
[wxWidgets.git] / include / wx / proplist.h
index ea93c33eb0cb6bc5e45fd26894de864a4de014ab..21be88015a31fe99ce38215c85e7063ed83e4e0b 100644 (file)
@@ -46,6 +46,8 @@
 #pragma interface "proplist.h"
 #endif
 
 #pragma interface "proplist.h"
 #endif
 
+#if wxUSE_PROPSHEET
+
 #include "wx/prop.h"
 
 #define wxPROP_BUTTON_CLOSE       1
 #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);
 };
 
    void OnEdit(wxProperty *property, wxPropertyListView *view, wxWindow *parentWindow);
 };
 
+#endif
+  // wxUSE_PROPSHEET
+
 #endif
   // _WX_PROPLIST_H_
 #endif
   // _WX_PROPLIST_H_