aboutsummaryrefslogtreecommitdiffstats
path: root/device_test/AppleMikeyPaneController.h
diff options
context:
space:
mode:
authorDominik Pich2013-03-17 15:01:47 +0100
committerDominik Pich2013-03-17 15:01:47 +0100
commit891b37ac9898a08b704c227c9b23bb1ff8d83437 (patch)
tree90f0a08be29d670fc2990de9ac6ad501bc13f5cb /device_test/AppleMikeyPaneController.h
parent8a6170ef38ad338753a8de782ad9d92e4cff5a55 (diff)
downloadDDHidLib-891b37ac9898a08b704c227c9b23bb1ff8d83437.tar.bz2
made it 64bit
Diffstat (limited to 'device_test/AppleMikeyPaneController.h')
-rw-r--r--device_test/AppleMikeyPaneController.h6
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;