From 891b37ac9898a08b704c227c9b23bb1ff8d83437 Mon Sep 17 00:00:00 2001 From: Dominik Pich Date: Sun, 17 Mar 2013 15:01:47 +0100 Subject: made it 64bit --- device_test/JoystickPaneController.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'device_test/JoystickPaneController.h') diff --git a/device_test/JoystickPaneController.h b/device_test/JoystickPaneController.h index 38015d0..8126ffb 100644 --- a/device_test/JoystickPaneController.h +++ b/device_test/JoystickPaneController.h @@ -34,7 +34,7 @@ NSMutableArray * mJoystickButtons; int mXAxis; int mYAxis; - unsigned mJoystickIndex; + NSUInteger mJoystickIndex; // Don't retain these DDHidJoystick * mCurrentJoystick; @@ -44,8 +44,8 @@ - (NSArray *) joystickButtons; -- (unsigned) joystickIndex; -- (void) setJoystickIndex: (unsigned) theJoystickIndex; +- (NSUInteger) joystickIndex; +- (void) setJoystickIndex: (NSUInteger) theJoystickIndex; - (int) xAxis; - (int) yAxis; -- cgit v1.2.3