mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Ivar underscore prefixes added and some tidying done.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4902 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
aeae4c5e6f
commit
211089cd20
69 changed files with 2340 additions and 2203 deletions
|
@ -62,7 +62,7 @@
|
|||
|
||||
@implementation NSGSetEnumerator
|
||||
|
||||
- initWithSet: (NSSet*)d
|
||||
- (id) initWithSet: (NSSet*)d
|
||||
{
|
||||
[super init];
|
||||
set = (NSGSet*)RETAIN(d);
|
||||
|
@ -70,7 +70,7 @@
|
|||
return self;
|
||||
}
|
||||
|
||||
- nextObject
|
||||
- (id) nextObject
|
||||
{
|
||||
GSIMapNode old = node;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue