mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Pass compilation on mac.
This commit is contained in:
@@ -18,7 +18,7 @@ void AtomBrowserMainParts::PreMainMessageLoopStart() {
|
||||
|
||||
// Set our own application delegate.
|
||||
AtomApplicationDelegate* delegate = [[AtomApplicationDelegate alloc] init];
|
||||
[NSApp setDelegate:(id<NSFileManagerDelegate>)delegate];
|
||||
[NSApp setDelegate:delegate];
|
||||
|
||||
brightray::BrowserMainParts::PreMainMessageLoopStart();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user