@@ -35,18 +35,18 @@ /** * Removes the first object equivalent to the specified object. * * \param obj The object to remove */ -- removeObject: (id)obj; +- removeObject: (OFObject*)obj; /** * Removes the first object that has the same address as the specified object. * * \param obj The object to remove */ -- removeObjectIdenticalTo: (id)obj; +- removeObjectIdenticalTo: (OFObject*)obj; /** * Removes the object at the specified index. * * \param index The index of the object to remove