X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ba508df0423599f00a85022d3a266414c6d753c0..5a376169b1b6d476a2a149ddf68c0ecd9f8b6913:/src/osx/iphone/nonownedwnd.mm?ds=sidebyside 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