Minor intiialisation tweaks to match OSX

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34423 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2012-01-05 18:55:17 +00:00
parent 545bc0f99c
commit 1a85fb0780
3 changed files with 55 additions and 30 deletions

View file

@ -77,6 +77,11 @@ GS_PRIVATE_INTERNAL(NSXMLDTD)
return nil;
}
- (id) init
{
return [self initWithKind: NSXMLDTDKind options: 0];
}
- (id) initWithContentsOfURL: (NSURL*)url
options: (NSUInteger)mask
error: (NSError**)error