aboutsummaryrefslogtreecommitdiffstats
path: root/Framework/MASKeyCodes.h
diff options
context:
space:
mode:
authorTony Arnold2016-11-01 09:49:08 +1100
committerTony Arnold2016-11-01 09:49:08 +1100
commit4e98f342e469af26cfd8cf6678f21c2fd2bda57f (patch)
treef8771f6305dfd19994134e93bbf1cd1cc1ae1166 /Framework/MASKeyCodes.h
parentf743bdaa5b4f69bfdcd41de9a787e018398bee29 (diff)
downloadMASShortcut-4e98f342e469af26cfd8cf6678f21c2fd2bda57f.tar.bz2
Use properly typedef’d enumerations to improve Swift syntax
Signed-off-by: Tony Arnold <tony@thecocoabots.com>
Diffstat (limited to 'Framework/MASKeyCodes.h')
-rw-r--r--Framework/MASKeyCodes.h2
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,