diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-06-14 02:03:38 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-06-14 02:04:21 +0300 |
commit | 71534d8fa7083355271eba69a7b6045f0c34463f (patch) | |
tree | 8af3550d44c9e502deb4eb72b94b2bdd79281cf4 /indra/newview/llsidepanelinventory.h | |
parent | 14eadadf993eb4f89188aa4cd8ea0859a86374d3 (diff) |
SL-19686 WIP Switching single folder view for large inventories causes stalls
Diffstat (limited to 'indra/newview/llsidepanelinventory.h')
-rw-r--r-- | indra/newview/llsidepanelinventory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llsidepanelinventory.h b/indra/newview/llsidepanelinventory.h index 3a252a87c6..08989bb6af 100644 --- a/indra/newview/llsidepanelinventory.h +++ b/indra/newview/llsidepanelinventory.h @@ -67,6 +67,7 @@ public: std::set<LLFolderViewItem*> getInboxSelectionList(); void showInventoryPanel(); + void initInventoryViews(); // checks can share selected item(s) bool canShare(); |