Fixed build for macOS.
This commit is contained in:
parent
7751c4ac1f
commit
64af456d29
|
@ -147,7 +147,7 @@ ApplicationDelegate *_sharedDelegate = nil;
|
|||
base::Timer _ignoreActivationStop;
|
||||
}
|
||||
|
||||
- (instancetype) init: {
|
||||
- (instancetype) init {
|
||||
_ignoreActivation = false;
|
||||
_ignoreActivationStop.setCallback([self] {
|
||||
_ignoreActivation = false;
|
||||
|
|
Loading…
Reference in New Issue