mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
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:
parent
545bc0f99c
commit
1a85fb0780
3 changed files with 55 additions and 30 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue