]> git.saurik.com Git - wxWidgets.git/commitdiff
adapting inheritance to other osx ports
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 4 Dec 2010 13:33:20 +0000 (13:33 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 4 Dec 2010 13:33:20 +0000 (13:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/iphone/textctrl.mm

index fb299bb189c10616a47fe97a0be16d944c858942..b1ab63382cd035f91147be20fc884189b8e1c5c9 100644 (file)
@@ -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];