@@ -21,11 +21,11 @@ #include #import "OFKernelEventObserver.h" #import "OFKernelEventObserver+Private.h" #import "OFArray.h" -#import "OFDataArray.h" +#import "OFData.h" #import "OFStream.h" #import "OFStream+Private.h" #ifndef OF_HAVE_PIPE # import "OFStreamSocket.h" #endif @@ -165,11 +165,11 @@ #ifdef OF_HAVE_THREADS _mutex = [[OFMutex alloc] init]; #endif - _queueActions = [[OFDataArray alloc] + _queueActions = [[OFMutableData alloc] initWithItemSize: sizeof(int)]; _queueObjects = [[OFMutableArray alloc] init]; } @catch (id e) { [self release]; @throw e;