summaryrefslogtreecommitdiffstats
path: root/DDHotKeyAppDelegate.h
diff options
context:
space:
mode:
authorDave DeLong2010-11-14 09:36:09 -0700
committerDave DeLong2010-11-14 09:36:09 -0700
commitd02e7a9a02bf580ab82a404a6ff5fdc5ce2f1ebb (patch)
treefed4d9bd632956ca2b2864de41ba933a9f741093 /DDHotKeyAppDelegate.h
parent3907cfe61dc13daa38b779f7596a424222c1d74c (diff)
downloadDDHotKey-d02e7a9a02bf580ab82a404a6ff5fdc5ce2f1ebb.tar.bz2
Cleanup; provided a readonly way to iterate registered hotkeys
Diffstat (limited to 'DDHotKeyAppDelegate.h')
-rw-r--r--DDHotKeyAppDelegate.h2
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;
}