Mark RBLResizableImage.capInsets as atomic

Matches NSImage on 10.10.
This commit is contained in:
Justin Spahr-Summers 2014-07-16 10:41:19 -07:00
Родитель 95428d3c44
Коммит ef0919dad2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -18,6 +18,6 @@
//
// Any portion of the image not covered by end caps will be tiled when the image
// is drawn.
@property (nonatomic, assign) NSEdgeInsets capInsets;
@property (assign) NSEdgeInsets capInsets;
@end