mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Update NSComparisonResult to use NS_ENUM
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@40418 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
02688abdb6
commit
7c9d7acafa
2 changed files with 4 additions and 5 deletions
|
@ -920,7 +920,7 @@ static SEL appSel;
|
|||
|
||||
struct foo { NSDictionary *d; SEL s; IMP i; };
|
||||
|
||||
static int
|
||||
static NSInteger
|
||||
compareIt(id o1, id o2, void* context)
|
||||
{
|
||||
struct foo *f = (struct foo*)context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue