summaryrefslogtreecommitdiff
path: root/cocoa/BrowserViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/BrowserViewController.h')
-rw-r--r--cocoa/BrowserViewController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cocoa/BrowserViewController.h b/cocoa/BrowserViewController.h
index 3975ea494..6c498766e 100644
--- a/cocoa/BrowserViewController.h
+++ b/cocoa/BrowserViewController.h
@@ -24,6 +24,7 @@ struct browser_window;
@class BrowserWindowController;
@interface BrowserViewController : NSViewController {
+ struct browser_window *browser;
NSString *url;
BrowserView *browserView;
BrowserWindowController *windowController;