aboutsummaryrefslogtreecommitdiffstats
path: root/device_test/KeyboardPaneController.h
diff options
context:
space:
mode:
Diffstat (limited to 'device_test/KeyboardPaneController.h')
-rw-r--r--device_test/KeyboardPaneController.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/device_test/KeyboardPaneController.h b/device_test/KeyboardPaneController.h
index b42db30..f134d2d 100644
--- a/device_test/KeyboardPaneController.h
+++ b/device_test/KeyboardPaneController.h
@@ -33,7 +33,7 @@
IBOutlet NSArrayController * mKeyboardEventsController;
NSArray * mKeyboards;
- unsigned mKeyboardIndex;
+ NSUInteger mKeyboardIndex;
NSMutableArray * mEvents;
// Don't retain these
@@ -43,8 +43,8 @@
- (NSArray *) keyboards;
- (void) setKeyboards: (NSArray *) theKeyboards;
-- (unsigned) keyboardIndex;
-- (void) setKeyboardIndex: (unsigned) theKeyboardIndex;
+- (NSUInteger) keyboardIndex;
+- (void) setKeyboardIndex: (NSUInteger) theKeyboardIndex;
- (NSMutableArray *) events;
- (void) setEvents: (NSMutableArray *) theEvents;