mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix init
This commit is contained in:
parent
ee72e4b9c1
commit
d26270a909
1 changed files with 3 additions and 1 deletions
|
@ -43,7 +43,9 @@ static NSUbiquitousKeyValueStore *_sharedUbiquitousKeyValueStore = nil;
|
|||
// Getting the Shared Instance
|
||||
- (id) init
|
||||
{
|
||||
[self subclassResponsibility: _cmd];
|
||||
if((self = [super init]) != nil)
|
||||
{
|
||||
}
|
||||
return nil;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue