From 891b37ac9898a08b704c227c9b23bb1ff8d83437 Mon Sep 17 00:00:00 2001 From: Dominik Pich Date: Sun, 17 Mar 2013 15:01:47 +0100 Subject: made it 64bit --- device_test/KeyboardPaneController.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'device_test/KeyboardPaneController.m') diff --git a/device_test/KeyboardPaneController.m b/device_test/KeyboardPaneController.m index 0472718..160577f 100644 --- a/device_test/KeyboardPaneController.m +++ b/device_test/KeyboardPaneController.m @@ -91,12 +91,12 @@ //=========================================================== // keyboardIndex //=========================================================== -- (unsigned) keyboardIndex +- (NSUInteger) keyboardIndex { return mKeyboardIndex; } -- (void) setKeyboardIndex: (unsigned) theKeyboardIndex +- (void) setKeyboardIndex: (NSUInteger) theKeyboardIndex { if (mCurrentKeyboard != nil) { -- cgit v1.2.3