@@ -12,10 +12,15 @@ #import "config.h" #import "OFList.h" @implementation OFList ++ list +{ + return [[[self alloc] init] autorelease]; +} + - init { if ((self = [super init])) { first = NULL; last = NULL;