diff options
| author | Dominik Pich | 2013-03-17 15:01:47 +0100 | 
|---|---|---|
| committer | Dominik Pich | 2013-03-17 15:01:47 +0100 | 
| commit | 891b37ac9898a08b704c227c9b23bb1ff8d83437 (patch) | |
| tree | 90f0a08be29d670fc2990de9ac6ad501bc13f5cb /device_test/AppleMikeyPaneController.m | |
| parent | 8a6170ef38ad338753a8de782ad9d92e4cff5a55 (diff) | |
| download | DDHidLib-891b37ac9898a08b704c227c9b23bb1ff8d83437.tar.bz2 | |
made it 64bit
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)      { | 
