Silence incompatible type warning.

This commit is contained in:
John Ralls
2019-02-19 11:07:48 -08:00
parent f3b1704a99
commit 512da66761

View File

@ -278,7 +278,7 @@
screen:screen];
[self setAcceptsMouseMovedEvents:YES];
[self setDelegate:self];
[self setDelegate:(id<NSWindowDelegate>)self];
[self setReleasedWhenClosed:YES];
return self;