]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/prop.h
Added reparenting helper classes to help apps to grab the windows
[wxWidgets.git] / include / wx / prop.h
index 109b51a4ad83b0c8a698666cc02dc87dfb18dc22..9207cb2d93b3704b88defbd6252e3ba4809ad455 100644 (file)
@@ -16,6 +16,8 @@
 #pragma interface "prop.h"
 #endif
 
+#if wxUSE_PROPSHEET
+
 #include "wx/defs.h"
 #include "wx/string.h"
 #include "wx/hash.h"
@@ -334,5 +336,8 @@ class WXDLLEXPORT wxProperty: public wxObject
   inline bool IsEnabled(void) const { return m_enabled; }
 };
 
+#endif
+  // wxUSE_PROPSHEET
+
 #endif
   // _WX_PROP_H_