fixing two warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e5062a3130
commit
b58dca4c0f
@ -49,7 +49,7 @@
|
||||
|
||||
- (id)initWithFrame:(NSRect)frame
|
||||
{
|
||||
[super initWithFrame:frame];
|
||||
self = [super initWithFrame:frame];
|
||||
return self;
|
||||
}
|
||||
|
||||
@ -70,7 +70,7 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user