diff options
Diffstat (limited to 'device_test/AppleMikeyPaneController.h')
| -rw-r--r-- | device_test/AppleMikeyPaneController.h | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/device_test/AppleMikeyPaneController.h b/device_test/AppleMikeyPaneController.h index e02ec41..d72059e 100644 --- a/device_test/AppleMikeyPaneController.h +++ b/device_test/AppleMikeyPaneController.h @@ -33,7 +33,7 @@      IBOutlet NSArrayController * mMikeysEventsController;      NSArray * mMikeys; -    unsigned mMikeyIndex; +    NSUInteger mMikeyIndex;      NSMutableArray * mEvents;      // Don't retain these @@ -43,8 +43,8 @@  - (NSArray *) mikeys;  - (void) setMikeys: (NSArray *) theMikeys; -- (unsigned) mikeyIndex; -- (void) setMikeyIndex: (unsigned) theMikeyIndex; +- (NSUInteger) mikeyIndex; +- (void) setMikeyIndex: (NSUInteger) theMikeyIndex;  - (NSMutableArray *) events;  - (void) setEvents: (NSMutableArray *) theEvents; | 
