From: Stefan Csomor Date: Fri, 25 Nov 2011 14:37:03 +0000 (+0000) Subject: fixing iPhone build X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/65c01ad0d43a7cd1732bb83236af4e3e3b7d10c0?ds=inline fixing iPhone build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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_ */