summaryrefslogtreecommitdiffstats
path: root/DDHotKeyAppDelegate.h
diff options
context:
space:
mode:
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;
}