From f400feb528c0fe2768a6cf6565fb8ce3988a366f Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 4 Dec 2010 13:33:20 +0000 Subject: [PATCH] adapting inheritance to other osx ports git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/osx/iphone/textctrl.mm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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]; -- 2.45.2