mirror of
https://github.com/darlinghq/darling-foundation.git
synced 2024-11-23 11:49:43 +00:00
Fix ARC build issue
Co-authored-by: Lubos Dolezel <lubos@dolezel.info>
This commit is contained in:
parent
ea28d29af1
commit
575903a401
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user