summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-02-08 21:34:44 +0000
committerVincent Sanders <vince@kyllikki.org>2016-02-08 21:34:44 +0000
commit36d1ae479ba27bd03f17c7b304e340757fb3101a (patch)
tree0da7cdfdeea8b7836ecdd13ca342e0c8d2e66678
parenta29969888ac028b198b717165a904c9410dbf0ed (diff)
downloadnetsurf-36d1ae479ba27bd03f17c7b304e340757fb3101a.tar.gz
netsurf-36d1ae479ba27bd03f17c7b304e340757fb3101a.tar.bz2
mac os x 32bit runtime requires properties to be defined to syntehsize
-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;