adapting inheritance to other osx ports

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2010-12-04 13:33:20 +00:00
parent b213ba752c
commit f400feb528

View 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];