Adjust to ObjFW style
FossilOrigin-Name: 9919057cb8bb237afb11f251210a1764228c46661d5f8290708846fa70c6af83
This commit is contained in:
parent
851e7fe676
commit
098092053c
30 changed files with 285 additions and 462 deletions
|
@ -63,12 +63,9 @@
|
|||
return self;
|
||||
}
|
||||
|
||||
- (instancetype)initWithCategory: (OFString *)category
|
||||
type: (OFString *)type
|
||||
- (instancetype)initWithCategory: (OFString *)category type: (OFString *)type
|
||||
{
|
||||
return [self initWithCategory: category
|
||||
type: type
|
||||
name: nil];
|
||||
return [self initWithCategory: category type: type name: nil];
|
||||
}
|
||||
|
||||
- (instancetype)init
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue