@@ -34,10 +34,11 @@ * @brief A class for storing and retrieving settings */ @interface OFSettings: OFObject { OFString *_applicationName; + OF_RESERVE_IVARS(4) } /*! * @brief The name of the application whose settings are accessed by the * instance.