@@ -42,11 +42,11 @@ /** * Replaces the first object equivalent to the first specified object with the * second specified object. * * \param old The object to replace - * \param new The replacement object + * \param new_ The replacement object */ - (void)replaceObject: (id)old withObject: (id)new_; /** @@ -61,11 +61,11 @@ /** * Replaces the first object that has the same address as the first specified * object with the second specified object. * * \param old The object to replace - * \param new The replacement object + * \param new_ The replacement object */ - (void)replaceObjectIdenticalTo: (id)old withObject: (id)new_; /**