@@ -45,11 +45,11 @@ * * \param old The object to replace * \param new The replacement object */ - (void)replaceObject: (id)old - withObject: (id)new; + withObject: (id)new_; /** * Replaces the object at the specified index with the specified object. * * \param index The index of the object to replace @@ -65,11 +65,11 @@ * * \param old The object to replace * \param new The replacement object */ - (void)replaceObjectIdenticalTo: (id)old - withObject: (id)new; + withObject: (id)new_; /** * Removes all objects equivalent to the specified object. * * \param obj The object to remove