From: Stefan Csomor Date: Sat, 4 Dec 2010 13:33:20 +0000 (+0000) Subject: adapting inheritance to other osx ports X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f400feb528c0fe2768a6cf6565fb8ce3988a366f?ds=inline adapting inheritance to other osx ports git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/osx/iphone/textctrl.mm b/src/osx/iphone/textctrl.mm index fb299bb189..b1ab63382c 100644 --- a/src/osx/iphone/textctrl.mm +++ b/src/osx/iphone/textctrl.mm @@ -271,7 +271,9 @@ protected : // wxUITextViewControl // -wxUITextViewControl::wxUITextViewControl( wxTextCtrl *wxPeer, UITextView* v) : wxWidgetIPhoneImpl(wxPeer, v) +wxUITextViewControl::wxUITextViewControl( wxTextCtrl *wxPeer, UITextView* v) : + wxWidgetIPhoneImpl(wxPeer, v), + wxTextWidgetImpl(wxPeer) { m_textView = v; wxUITextViewDelegate* d = [[wxUITextViewDelegate alloc] init];