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:
@@ -271,7 +271,9 @@ protected :
|
|||||||
// wxUITextViewControl
|
// wxUITextViewControl
|
||||||
//
|
//
|
||||||
|
|
||||||
wxUITextViewControl::wxUITextViewControl( wxTextCtrl *wxPeer, UITextView* v) : wxWidgetIPhoneImpl(wxPeer, v)
|
wxUITextViewControl::wxUITextViewControl( wxTextCtrl *wxPeer, UITextView* v) :
|
||||||
|
wxWidgetIPhoneImpl(wxPeer, v),
|
||||||
|
wxTextWidgetImpl(wxPeer)
|
||||||
{
|
{
|
||||||
m_textView = v;
|
m_textView = v;
|
||||||
wxUITextViewDelegate* d = [[wxUITextViewDelegate alloc] init];
|
wxUITextViewDelegate* d = [[wxUITextViewDelegate alloc] init];
|
||||||
|
Reference in New Issue
Block a user