aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/AppDelegate.h3
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;