diff options
Diffstat (limited to 'Framework/MASKeyCodes.h')
| -rw-r--r-- | Framework/MASKeyCodes.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Framework/MASKeyCodes.h b/Framework/MASKeyCodes.h index b89cd3c..4c000b1 100644 --- a/Framework/MASKeyCodes.h +++ b/Framework/MASKeyCodes.h @@ -3,7 +3,7 @@  #import "MASKeyMasks.h"  // These glyphs are missed in Carbon.h -enum { +typedef NS_ENUM(unsigned short, kMASShortcutGlyph) {      kMASShortcutGlyphEject = 0x23CF,      kMASShortcutGlyphClear = 0x2715,      kMASShortcutGlyphDeleteLeft = 0x232B, | 
