@@ -130,11 +130,11 @@ * * @param object The object which is checked for being in the list * @return A boolean whether the list contains an object with the specified * address. */ -- (BOOL)containsObjectIdenticalTo: (id)object; +- (bool)containsObjectIdenticalTo: (id)object; /*! * @brief Returns the first object of the list or nil. * * @warning The returned object is *not* retained and autoreleased for