diff options
Diffstat (limited to 'device_test/JoystickPaneController.m')
| -rw-r--r-- | device_test/JoystickPaneController.m | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/device_test/JoystickPaneController.m b/device_test/JoystickPaneController.m index 52dd949..12beff8 100644 --- a/device_test/JoystickPaneController.m +++ b/device_test/JoystickPaneController.m @@ -64,12 +64,12 @@  //===========================================================   //  joystickIndex   //===========================================================  -- (unsigned) joystickIndex +- (NSUInteger) joystickIndex  {      return mJoystickIndex;  } -- (void) setJoystickIndex: (unsigned) theJoystickIndex +- (void) setJoystickIndex: (NSUInteger) theJoystickIndex  {      if (mCurrentJoystick != nil)      { | 
