diff options
| author | Duane Wandless | 2012-09-22 09:22:20 -0400 | 
|---|---|---|
| committer | Duane Wandless | 2012-09-22 09:22:20 -0400 | 
| commit | afc25e4b7d5cc2a660b00b63b457118080ba050a (patch) | |
| tree | a0bef6c3b7c756b9926d380ee6aa6d538542231f /MASShortcut.m | |
| parent | 344e3e19991052eb1b47a504f6fccbcab471a23e (diff) | |
| download | MASShortcut-afc25e4b7d5cc2a660b00b63b457118080ba050a.tar.bz2 | |
Fixes for 32 bit compile
Diffstat (limited to 'MASShortcut.m')
| -rw-r--r-- | MASShortcut.m | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/MASShortcut.m b/MASShortcut.m index 5bb039d..c277c96 100644 --- a/MASShortcut.m +++ b/MASShortcut.m @@ -3,10 +3,7 @@  NSString *const kMASShortcutKeyCode = @"KeyCode";  NSString *const kMASShortcutModifierFlags = @"ModifierFlags"; -@implementation MASShortcut { -    NSUInteger _keyCode; // NSNotFound if empty -    NSUInteger _modifierFlags; // 0 if empty -} +@implementation MASShortcut  @synthesize modifierFlags = _modifierFlags;  @synthesize keyCode = _keyCode; | 
