@@ -93,11 +93,11 @@ } - addToPool: (OFObject*)obj { if (objects == nil) - objects = [[OFArray alloc] init]; + objects = [[OFMutableArray alloc] init]; [objects add: obj]; [obj release]; return self;