mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
* Source/NSXMLElement.m: Correct warning in copyWithZone: added
return. Correct issue with childCount being out of sync. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34431 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5f1460c232
commit
98ed1c6763
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ GS_PRIVATE_INTERNAL(NSXMLElement)
|
|||
[child setParent: self];
|
||||
[internal->children insertObject: child
|
||||
atIndex: index];
|
||||
internal->childCount++;
|
||||
}
|
||||
|
||||
- (void) insertChildren: (NSArray*)children atIndex: (NSUInteger)index
|
||||
|
|
Loading…
Reference in a new issue