Boost unordered containers in places, like for uuid types!

This commit is contained in:
Lirusaito
2019-04-04 22:22:21 -04:00
parent a1d06e682e
commit a3bf40fd69
13 changed files with 20 additions and 18 deletions

View File

@@ -1710,7 +1710,7 @@ void LLPanelObjectInventory::updateInventory()
// << " panel UUID: " << panel->mTaskUUID << "\n"
// << " task UUID: " << object->mID << LL_ENDL;
// We're still interested in this task's inventory.
boost::unordered_set<LLUUID> selected_items;
uuid_set_t selected_items;
BOOL inventory_has_focus = FALSE;
if (mHaveInventory)
{