iOS: fix 'incompatible pointer type' compiler warning
Change-Id: I01bb7516a3600dd1dbd71dd6989f541494840abc Reviewed-by: Jake Petroules <jake.petroules@qt.io>bb10
parent
2f5b7157f5
commit
a07e77a99a
|
|
@ -619,7 +619,7 @@
|
|||
|
||||
- (id<UITextInputTokenizer>)tokenizer
|
||||
{
|
||||
return [[[UITextInputStringTokenizer alloc] initWithTextInput:id<UITextInput>(self)] autorelease];
|
||||
return [[[UITextInputStringTokenizer alloc] initWithTextInput:self] autorelease];
|
||||
}
|
||||
|
||||
- (UITextPosition *)beginningOfDocument
|
||||
|
|
|
|||
Loading…
Reference in New Issue