@@ -34,11 +34,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 - __unsafe_unretained id object; + id __unsafe_unretained object; }; /*! * @class OFList OFList.h ObjFW/OFList.h *