@@ -16,11 +16,11 @@ /** * The OFObject class is the base class for all other classes inside ObjFW. */ @interface OFObject: Object { - void **__memchunks; + void **__memchunks; size_t __memchunks_size; } /** * Initialize the already allocated object.