From c2ba3059109e25f9705f617c38884dfbdd12de70 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 25 Oct 2011 11:51:08 +0000 Subject: [PATCH] fixing iPhone build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/osx/iphone/chkconf.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/wx/osx/iphone/chkconf.h b/include/wx/osx/iphone/chkconf.h index fbe7a4e69d..1ede97c546 100644 --- a/include/wx/osx/iphone/chkconf.h +++ b/include/wx/osx/iphone/chkconf.h @@ -66,6 +66,11 @@ #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 -- 2.45.2