From 396b37294a8c37739d71535783ae5c54d5f12f70 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Fri, 6 Apr 2012 18:07:10 +0000 Subject: [PATCH] fixes #14193 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/osx/iphone/nonownedwnd.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osx/iphone/nonownedwnd.mm b/src/osx/iphone/nonownedwnd.mm index 53168f0daf..d57dc018bd 100644 --- a/src/osx/iphone/nonownedwnd.mm +++ b/src/osx/iphone/nonownedwnd.mm @@ -454,6 +454,7 @@ wxWidgetImpl* wxWidgetImpl::CreateContentView( wxNonOwnedWindow* now ) footerView = frame->GetToolBar()->GetHandle(); } } + return footerView; } @end -- 2.45.2