diff options
Diffstat (limited to 'device_test/AppleMikeyPaneController.m')
| -rw-r--r-- | device_test/AppleMikeyPaneController.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/device_test/AppleMikeyPaneController.m b/device_test/AppleMikeyPaneController.m index ba0764e..db0ac18 100644 --- a/device_test/AppleMikeyPaneController.m +++ b/device_test/AppleMikeyPaneController.m @@ -85,12 +85,12 @@ //=========================================================== // mikeyIndex //=========================================================== -- (unsigned) mikeyIndex +- (NSUInteger) mikeyIndex { return mMikeyIndex; } -- (void) setMikeyIndex: (unsigned) theMikeyIndex +- (void) setMikeyIndex: (NSUInteger) theMikeyIndex { if (mCurrentMikey != nil) { |
