Skip to content
Snippets Groups Projects
Commit a56424d0 authored by Oz Linden's avatar Oz Linden
Browse files

fix merge conflict in remove_item

parent f79b775f
No related branches found
No related tags found
No related merge requests found
...@@ -128,7 +128,7 @@ void remove_item(LLInventoryModel* model, const LLUUID& id) ...@@ -128,7 +128,7 @@ void remove_item(LLInventoryModel* model, const LLUUID& id)
if (trash_id.notNull()) if (trash_id.notNull())
{ {
// Finally, move the item to the trash // Finally, move the item to the trash
change_item_parent(model, item, trash_id, true); model->changeItemParent(item, trash_id, true);
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment