@@ -47,11 +47,11 @@ - (size_t)count; /** * \return The size of each item in the OFDataArray in bytes */ -- (size_t)itemsize; +- (size_t)itemSize; /** * \return All elements of the OFDataArray as a C array */ - (void*)cArray;