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