Rewrite hierarchy handling to match OSX

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34441 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2012-01-06 12:22:30 +00:00
parent 4e6fcf1697
commit 5a53ea0d64
6 changed files with 238 additions and 74 deletions

View file

@ -180,6 +180,3 @@
#endif
@interface NSXMLNode (Private)
- (void) setParent: (NSXMLNode *)node;
@end