projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
moved MGL initialization to earlier stage (crashes otherwise...) and implemented...
[wxWidgets.git]
/
include
/
wx
/
prop.h
diff --git
a/include/wx/prop.h
b/include/wx/prop.h
index 109b51a4ad83b0c8a698666cc02dc87dfb18dc22..9207cb2d93b3704b88defbd6252e3ba4809ad455 100644
(file)
--- a/
include/wx/prop.h
+++ b/
include/wx/prop.h
@@
-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_