mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Add comparator to NSSortDescriptor
This commit is contained in:
parent
64a59aeb08
commit
adbd44470f
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ extern "C" {
|
|||
NSString *_key;
|
||||
BOOL _ascending;
|
||||
SEL _selector;
|
||||
NSComparator _comparator;
|
||||
#endif
|
||||
#if GS_NONFRAGILE
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue