iOS: Fix mismatching types in iOS 7 keyboard code
This commit is contained in:
parent
1c62c36e3b
commit
f618b6de66
|
@ -105,7 +105,7 @@ static void handle_touch_event(NSArray* touches)
|
|||
@end
|
||||
|
||||
@interface UIApplication(iOS7Keyboard)
|
||||
- (id)_keyCommandForEvent:(id)event;
|
||||
- (id)_keyCommandForEvent:(UIEvent*)event;
|
||||
@end
|
||||
|
||||
@interface RApplication : UIApplication
|
||||
|
|
Loading…
Reference in New Issue