aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone/iphone_keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/iphone/iphone_keyboard.h')
-rw-r--r--backends/platform/iphone/iphone_keyboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/iphone/iphone_keyboard.h b/backends/platform/iphone/iphone_keyboard.h
index eecad09398..c4b4a9a2a7 100644
--- a/backends/platform/iphone/iphone_keyboard.h
+++ b/backends/platform/iphone/iphone_keyboard.h
@@ -29,7 +29,7 @@
}
- (id)initWithFrame:(CGRect)frame;
-- (UITextView*)inputView;
+- (UITextView *)inputView;
- (void)setInputDelegate:(id)delegate;
- (void)handleKeyPress:(unichar)c;