@@ -31,16 +31,16 @@ * @class OFNotification OFNotification.h ObjFW/OFNotification.h * * @brief A class to represent a notification for or from * @ref OFNotificationCenter. */ -OF_SUBCLASSING_RESTRICTED @interface OFNotification: OFObject { OFNotificationName _name; id _Nullable _object; OFDictionary *_Nullable _userInfo; + OF_RESERVE_IVARS(OFNotification, 4) } /** * @brief The name of the notification. */