git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67905
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
- (id)initWithFrame:(NSRect)frame
{
- [super initWithFrame:frame];
+ self = [super initWithFrame:frame];
return self;
}
partialString = [[textView string] substringWithRange:charRange];
matches = [NSMutableArray array];
- wxTextWidgetImpl* impl = (wxTextWidgetImpl* ) wxWidgetImpl::FindFromWXWidget( self );
+ // wxTextWidgetImpl* impl = (wxTextWidgetImpl* ) wxWidgetImpl::FindFromWXWidget( self );
wxArrayString completions;
// adapt to whatever strategy we have for getting the strings