Fix ARC build issue

Co-authored-by: Lubos Dolezel <lubos@dolezel.info>
This commit is contained in:
Andrew Hyatt 2020-02-21 10:44:41 -05:00
parent ea28d29af1
commit 575903a401
No known key found for this signature in database
GPG Key ID: 5456D0F696719C24

View File

@ -17,7 +17,7 @@ struct NSSlice {
BOOL pointerPersonality;
BOOL integerPersonality;
BOOL simpleReadClear;
NSWeakCallback *callback;
__unsafe_unretained NSWeakCallback *callback;
NSUInteger (*sizeFunction)(const void *item);
NSUInteger (*hashFunction)(const void *item, NSUInteger (*size)(const void *item));
BOOL (*isEqualFunction)(const void *item1, const void*item2, NSUInteger (*size)(const void *item));