fixing compile under ios

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2014-05-13 19:54:01 +00:00
parent 0b1a181c23
commit 2497099aaa

View File

@@ -2179,7 +2179,7 @@ WXWindow wxWindowMac::MacGetTopLevelWindowRef() const
bool wxWindowMac::MacHasScrollBarCorner() const
{
#if wxUSE_SCROLLBAR
#if wxUSE_SCROLLBAR && !wxOSX_USE_IPHONE
/* Returns whether the scroll bars in a wxScrolledWindow should be
* shortened. Scroll bars should be shortened if either:
*