summaryrefslogtreecommitdiff
path: root/platform/ios/keyboard_input_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/keyboard_input_view.h')
-rw-r--r--platform/ios/keyboard_input_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/keyboard_input_view.h b/platform/ios/keyboard_input_view.h
index 33fa5d571a..fc34e6a11b 100644
--- a/platform/ios/keyboard_input_view.h
+++ b/platform/ios/keyboard_input_view.h
@@ -32,6 +32,6 @@
@interface GodotKeyboardInputView : UITextView
-- (BOOL)becomeFirstResponderWithString:(NSString *)existingString multiline:(BOOL)flag cursorStart:(NSInteger)start cursorEnd:(NSInteger)end;
+- (BOOL)becomeFirstResponderWithString:(NSString *)existingString cursorStart:(NSInteger)start cursorEnd:(NSInteger)end;
@end