@@ -30,11 +30,11 @@ /// A pointer to the next list object in the list of_list_object_t *next; /// A pointer to the previous list object in the list of_list_object_t *previous; /// The object for the list object - id object; + __unsafe_unretained id object; }; /** * \brief A class which provides easy to use double-linked lists. */