From 5d38a504655d3349ef526b8b5b75f3eba9b876a9 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Fri, 9 Jul 2010 17:26:27 +0000 Subject: [PATCH] Fix undefined symbols git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64861 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/osx/iphone/utils.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osx/iphone/utils.mm b/src/osx/iphone/utils.mm index 55d5527c6a..671db1b742 100644 --- a/src/osx/iphone/utils.mm +++ b/src/osx/iphone/utils.mm @@ -37,7 +37,7 @@ #include -#if wxUSE_BASE +#if 1 // wxUSE_BASE // Emit a beeeeeep void wxBell() @@ -336,4 +336,4 @@ wxString wxGetOsDescription() } -#endif // wxOSX_USE_IPHONE \ No newline at end of file +#endif // wxOSX_USE_IPHONE -- 2.50.0