mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 09:41:15 +00:00
([Set -nextObjectWithEnumState:]): Dereference ENUMSTATE; this change
mirrors the earlier change to [NSGSet -nextObject]. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1253 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d4ab4732b7
commit
2579e7ddca
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@
|
||||||
|
|
||||||
- nextObjectWithEnumState: (void**)enumState
|
- nextObjectWithEnumState: (void**)enumState
|
||||||
{
|
{
|
||||||
return NSNextHashEnumeratorItem (((NSHashEnumerator*)enumState));
|
return NSNextHashEnumeratorItem ((*(NSHashEnumerator**)enumState));
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void*) newEnumState
|
- (void*) newEnumState
|
||||||
|
|
Loading…
Reference in a new issue