@@ -24,10 +24,13 @@ * OFMutableLHAArchiveEntry.h ObjFW/OFMutableLHAArchiveEntry.h * * @brief A class which represents a mutable entry in an LHA archive. */ @interface OFMutableLHAArchiveEntry: OFLHAArchiveEntry +{ + OF_RESERVE_IVARS(4) +} /*! * @brief The file name of the entry. */ @property (readwrite, copy, nonatomic) OFString *fileName;