mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-20 11:12:46 +03:00
mac os x 32bit runtime requires properties to be defined to syntehsize
This commit is contained in:
parent
a29969888a
commit
36d1ae479b
@ -24,6 +24,7 @@ struct browser_window;
|
|||||||
@class BrowserWindowController;
|
@class BrowserWindowController;
|
||||||
|
|
||||||
@interface BrowserViewController : NSViewController {
|
@interface BrowserViewController : NSViewController {
|
||||||
|
struct browser_window *browser;
|
||||||
NSString *url;
|
NSString *url;
|
||||||
BrowserView *browserView;
|
BrowserView *browserView;
|
||||||
BrowserWindowController *windowController;
|
BrowserWindowController *windowController;
|
||||||
|
Loading…
Reference in New Issue
Block a user