]> git.saurik.com Git - wxWidgets.git/commitdiff
fixes #14193
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 6 Apr 2012 18:07:10 +0000 (18:07 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 6 Apr 2012 18:07:10 +0000 (18:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/iphone/nonownedwnd.mm

index 53168f0dafc5e87feae8a4bede9a886d38b0922a..d57dc018bd19651bda34631a5eeafa60c2d4fa89 100644 (file)
@@ -454,6 +454,7 @@ wxWidgetImpl* wxWidgetImpl::CreateContentView( wxNonOwnedWindow* now )
             footerView = frame->GetToolBar()->GetHandle();
         }
     }
+    return footerView;
 }
 
 @end