aboutsummaryrefslogtreecommitdiffstats
path: root/device_test/KeyboardPaneController.m
diff options
context:
space:
mode:
Diffstat (limited to 'device_test/KeyboardPaneController.m')
-rw-r--r--device_test/KeyboardPaneController.m4
1 files changed, 2 insertions, 2 deletions
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)
{