@@ -42,16 +42,16 @@ + (instancetype)parserWithOptions: (const of_options_parser_option_t *)options { return [[[self alloc] initWithOptions: options] autorelease]; } -- init +- (instancetype)init { OF_INVALID_INIT_METHOD } -- initWithOptions: (const of_options_parser_option_t *)options +- (instancetype)initWithOptions: (const of_options_parser_option_t *)options { self = [super init]; @try { size_t count = 0;