Add comparator to NSSortDescriptor

This commit is contained in:
Gregory John Casamento 2019-08-02 09:41:55 -04:00
parent 64a59aeb08
commit adbd44470f

View file

@ -50,6 +50,7 @@ extern "C" {
NSString *_key;
BOOL _ascending;
SEL _selector;
NSComparator _comparator;
#endif
#if GS_NONFRAGILE
#else