[ios] - fixed warning about non available selector
authorMemphiz <memphis@machzwo.de>
Mon, 27 May 2013 13:37:29 +0000 (15:37 +0200)
committerMemphiz <memphis@machzwo.de>
Mon, 27 May 2013 13:37:29 +0000 (15:37 +0200)
xbmc/osx/ios/IOSKeyboardView.h

index b0f17e9..40442d2 100644 (file)
@@ -45,4 +45,5 @@
 - (void) deactivate;
 - (void) textChanged:(NSNotification*)aNotification;
 - (void) setCancelFlag:(bool *)cancelFlag;
+- (void) doDeactivate:(NSDictionary *)dict;
 @end