@@ -59,12 +59,12 @@ size_t _count; unsigned long _mutations; } #ifdef OF_HAVE_PROPERTIES -@property (readonly, nullable) of_list_object_t *firstListObject; -@property (readonly, nullable) of_list_object_t *lastListObject; +@property OF_NULLABLE_PROPERTY (readonly) of_list_object_t *firstListObject; +@property OF_NULLABLE_PROPERTY (readonly) of_list_object_t *lastListObject; #endif /*! * @brief Creates a new OFList. *