IPHONE: Remove superflous semicolon.

This commit is contained in:
Johannes Schickel 2014-06-04 20:22:54 +02:00
parent a28280384d
commit 4bc07f63f2

View File

@ -39,7 +39,7 @@
@implementation TextInputHandler
- (id)initWithKeyboard:(SoftKeyboard *)keyboard; {
- (id)initWithKeyboard:(SoftKeyboard *)keyboard {
self = [super initWithFrame:CGRectMake(0.0f, 0.0f, 0.0f, 0.0f)];
softKeyboard = keyboard;