iOS: Fix mismatching types in iOS 7 keyboard code

This commit is contained in:
Lioncash 2014-09-20 22:16:42 -04:00
parent 1c62c36e3b
commit f618b6de66

View File

@ -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