From afc25e4b7d5cc2a660b00b63b457118080ba050a Mon Sep 17 00:00:00 2001 From: Duane Wandless Date: Sat, 22 Sep 2012 09:22:20 -0400 Subject: Fixes for 32 bit compile --- MASShortcut.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'MASShortcut.h') diff --git a/MASShortcut.h b/MASShortcut.h index 3c6c109..4fe3ce2 100644 --- a/MASShortcut.h +++ b/MASShortcut.h @@ -30,7 +30,10 @@ enum { kMASShortcutGlyphSoutheastArrow = 0x2198, } MASShortcutGlyph; -@interface MASShortcut : NSObject +@interface MASShortcut : NSObject { + NSUInteger _keyCode; // NSNotFound if empty + NSUInteger _modifierFlags; // 0 if empty +} @property (nonatomic) NSUInteger keyCode; @property (nonatomic) NSUInteger modifierFlags; -- cgit v1.2.3