[InvOpts] Folder View unordered opt pass

This commit is contained in:
Lirusaito
2019-03-22 02:10:43 -04:00
parent 5f1047c574
commit 9f23dcb0c4
8 changed files with 30 additions and 43 deletions

View File

@@ -881,7 +881,7 @@ private:
}
LLHandle<LLPanel> mActivePanel;
typedef std::set<LLUUID> selected_items_t;
typedef std::unordered_set<LLUUID> selected_items_t;
selected_items_t mSelectedItems;
/**