@@ -203,14 +203,14 @@ atIndex: (size_t)index; /*! * @brief Adds items from a C array to the OFDataArray. * - * @param count The number of items to add * @param items A C array containing the items to add + * @param count The number of items to add */ -- (void)addItems: (const void*)array +- (void)addItems: (const void*)items count: (size_t)count; /*! * @brief Adds items from a C array to the OFDataArray at the specified index. *