diff options
| author | Vadim Shpakovski | 2014-07-22 21:14:49 +0300 | 
|---|---|---|
| committer | Vadim Shpakovski | 2014-07-22 21:14:49 +0300 | 
| commit | f3a8a9a95aad78ef4b15aacb4c9d5807bccd974f (patch) | |
| tree | b1c52e037eb29fdc0a9716cc42cac6ce479162a0 /MASShortcutView.h | |
| parent | 6e161f95facbec986bc617c932e7e32f2bd5da04 (diff) | |
| parent | 42dfc38ef6d8bbe0edf51bb1adaf494b7912b786 (diff) | |
| download | MASShortcut-f3a8a9a95aad78ef4b15aacb4c9d5807bccd974f.tar.bz2 | |
Merge pull request #40 from kainjow/master
Fixed compiling with projects that don't use a precompiled header.
Diffstat (limited to 'MASShortcutView.h')
| -rw-r--r-- | MASShortcutView.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/MASShortcutView.h b/MASShortcutView.h index 13163d4..d6a4313 100644 --- a/MASShortcutView.h +++ b/MASShortcutView.h @@ -1,3 +1,5 @@ +#import <AppKit/AppKit.h> +  @class MASShortcut;  typedef enum { | 
