From 65c01ad0d43a7cd1732bb83236af4e3e3b7d10c0 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Fri, 25 Nov 2011 14:37:03 +0000 Subject: [PATCH] fixing iPhone build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69818 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 20f14e1a57..0148719a65 100644 --- a/include/wx/osx/iphone/chkconf.h +++ b/include/wx/osx/iphone/chkconf.h @@ -358,6 +358,11 @@ #define wxUSE_TIMEPICKCTRL 0 #endif +#if wxUSE_RICHTOOLTIP +#undef wxUSE_RICHTOOLTIP +#define wxUSE_RICHTOOLTIP 0 +#endif + #endif /* _WX_OSX_IPHONE_CHKCONF_H_ */ -- 2.45.2