зеркало из https://github.com/github/Rebel.git
Fix a dumb unsafe_unretained.
This commit is contained in:
Родитель
852e1936ea
Коммит
82f4f9e149
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
@interface RBLPopoverWindowContentView : NSView
|
@interface RBLPopoverWindowContentView : NSView
|
||||||
|
|
||||||
@property (nonatomic, unsafe_unretained) CGRectEdge arrowEdge;
|
@property (nonatomic) CGRectEdge arrowEdge;
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче