diff options
-rw-r--r-- | src/AppDelegate.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/AppDelegate.h b/src/AppDelegate.h index d48e22c..05daa34 100644 --- a/src/AppDelegate.h +++ b/src/AppDelegate.h @@ -1,6 +1,7 @@ #import <Cocoa/Cocoa.h> -@interface AppDelegate : NSObject <NSApplicationDelegate> { +@interface AppDelegate : NSObject <NSApplicationDelegate> +{ NSWindow *_window; NSScrollView *_scroll_view; NSTextView *_text_view; |