@@ -172,10 +172,10 @@ * * The OFBigDataArray class is a class for storing arbitrary data in an array * and is designed to store large hunks of data. Therefore, it allocates * memory in pages rather than a chunk of memory for each item. */ -@interface OFBigDataArray: OFDataArray +@interface OFBigDataArray: OFDataArray { size_t size; } @end