@@ -18,11 +18,11 @@ * OFBigDataArray, which allocates the memory in pages rather than in bytes. */ @interface OFDataArray: OFObject { char *data; - size_t itemsize; + size_t itemSize; size_t count; } /** * Creates a new OFDataArray whose items all have the same size.