@@ -30,11 +30,11 @@ + (instancetype)mutex { return [[[self alloc] init] autorelease]; } -- init +- (instancetype)init { self = [super init]; if (!of_mutex_new(&_mutex)) { Class c = [self class];