mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Merge from 1.4.0
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14208 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
995a21c468
commit
c16674f37a
14 changed files with 260 additions and 91 deletions
|
@ -1296,6 +1296,11 @@ static NSMapTable *nodeNames = 0;
|
|||
return desc;
|
||||
}
|
||||
|
||||
- (void) setNamespace: (GSXMLNamespace *)space
|
||||
{
|
||||
xmlSetNs (lib, [space lib]);
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@implementation GSXMLNode (GSPrivate)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue