Index: src/OFIntrospection.h ================================================================== --- src/OFIntrospection.h +++ src/OFIntrospection.h @@ -73,11 +73,11 @@ */ @interface OFProperty: OFObject { OFString *_name; unsigned int _attributes; - OFString *_Nullable _getter, *_Nullable _setter, *_Nullable iVar; + OFString *_Nullable _getter, *_Nullable _setter, *_Nullable _iVar; } /*! * @brief The name of the property. */