@@ -22,8 +22,11 @@ * OFInvalidFormatException.h ObjFW/OFInvalidFormatException.h * * @brief An exception indicating that the format is invalid. */ @interface OFInvalidFormatException: OFException +{ + OF_RESERVE_IVARS(OFInvalidFormatException, 4) +} @end OF_ASSUME_NONNULL_END