Fix visibility of symbols exported in error

This commit is contained in:
rfm 2025-01-26 19:21:00 +00:00
parent 9ef3e2f24d
commit 524daa19ef
6 changed files with 18 additions and 15 deletions

View file

@ -53,7 +53,7 @@
typedef void (^DispatchChangeBlock)(_NSKVOKeyObserver *);
NSString *
static NSString *
_NSKVCSplitKeypath(NSString *keyPath, NSString *__autoreleasing *pRemainder)
{
NSRange result = [keyPath rangeOfString:@"."];