]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing iPhone build
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 25 Oct 2011 11:51:08 +0000 (11:51 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 25 Oct 2011 11:51:08 +0000 (11:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/osx/iphone/chkconf.h

index fbe7a4e69d238f12e4be502cdfdab88030dce7c1..1ede97c5460165fc7e2dcd4be117eb88bdb188a8 100644 (file)
 #define wxUSE_DATAVIEWCTRL 0
 #endif
 
+#if wxUSE_TREELISTCTRL
+#undef wxUSE_TREELISTCTRL
+#define wxUSE_TREELISTCTRL 0
+#endif
+
 #if wxUSE_DRAG_AND_DROP
 #undef wxUSE_DRAG_AND_DROP
 #define wxUSE_DRAG_AND_DROP 0