@@ -52,12 +52,12 @@ { return [[[self alloc] initWithStream: stream mode: mode] autorelease]; } -- initWithStream: (OF_KINDOF(OFStream *))stream - mode: (OFString *)mode +- (instancetype)initWithStream: (OF_KINDOF(OFStream *))stream + mode: (OFString *)mode { self = [super init]; @try { _archive = [[OFTarArchive alloc] initWithStream: stream