mac os x 32bit runtime requires properties to be defined to syntehsize

This commit is contained in:
Vincent Sanders 2016-02-08 21:34:44 +00:00
parent a29969888a
commit 36d1ae479b

View File

@ -24,6 +24,7 @@ struct browser_window;
@class BrowserWindowController;
@interface BrowserViewController : NSViewController {
struct browser_window *browser;
NSString *url;
BrowserView *browserView;
BrowserWindowController *windowController;