diff --git a/apple/iOS/platform.m b/apple/iOS/platform.m index 5aa283b21c..789f7627d7 100644 --- a/apple/iOS/platform.m +++ b/apple/iOS/platform.m @@ -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