diff options
| author | Dave DeLong | 2010-11-14 09:36:09 -0700 |
|---|---|---|
| committer | Dave DeLong | 2010-11-14 09:36:09 -0700 |
| commit | d02e7a9a02bf580ab82a404a6ff5fdc5ce2f1ebb (patch) | |
| tree | fed4d9bd632956ca2b2864de41ba933a9f741093 /DDHotKeyAppDelegate.h | |
| parent | 3907cfe61dc13daa38b779f7596a424222c1d74c (diff) | |
| download | DDHotKey-d02e7a9a02bf580ab82a404a6ff5fdc5ce2f1ebb.tar.bz2 | |
Cleanup; provided a readonly way to iterate registered hotkeys
Diffstat (limited to 'DDHotKeyAppDelegate.h')
| -rw-r--r-- | DDHotKeyAppDelegate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DDHotKeyAppDelegate.h b/DDHotKeyAppDelegate.h index 2b775dc..08cac15 100644 --- a/DDHotKeyAppDelegate.h +++ b/DDHotKeyAppDelegate.h @@ -10,7 +10,7 @@ #import <Cocoa/Cocoa.h> -@interface DDHotKeyAppDelegate : NSObject <NSApplicationDelegate> { +@interface DDHotKeyAppDelegate : NSObject /*<NSApplicationDelegate>*/ { NSWindow *window; NSTextView *output; } |
