diff options
Diffstat (limited to 'src/AppDelegate.h')
-rw-r--r-- | src/AppDelegate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/AppDelegate.h b/src/AppDelegate.h index a9570b8..4dba427 100644 --- a/src/AppDelegate.h +++ b/src/AppDelegate.h @@ -2,6 +2,8 @@ @interface AppDelegate : NSObject <NSApplicationDelegate> { NSWindow *_window; + NSScrollView *_scroll_view; NSTextView *_text_view; + // NSTextFinder *_text_finder; } @end |