aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcut.m
diff options
context:
space:
mode:
authorDuane Wandless2012-09-22 09:22:20 -0400
committerDuane Wandless2012-09-22 09:22:20 -0400
commitafc25e4b7d5cc2a660b00b63b457118080ba050a (patch)
treea0bef6c3b7c756b9926d380ee6aa6d538542231f /MASShortcut.m
parent344e3e19991052eb1b47a504f6fccbcab471a23e (diff)
downloadMASShortcut-afc25e4b7d5cc2a660b00b63b457118080ba050a.tar.bz2
Fixes for 32 bit compile
Diffstat (limited to 'MASShortcut.m')
-rw-r--r--MASShortcut.m5
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;