diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-07-25 19:06:06 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-07-28 11:48:53 +0300 |
commit | 3b8b408b9031f295a936eb5e3342fbb7eb671c7c (patch) | |
tree | b38f5dbdbf5ab805c56275f20adc068e3fd7c5b1 /indra/newview/llviewerinventory.h | |
parent | 329e71a7d94a4008c78616490c058bcce61a1332 (diff) |
#3969 Make inventory creation from cache faster
Still has a lot of space for improvements, but should be 2.5 times faster
Diffstat (limited to 'indra/newview/llviewerinventory.h')
-rw-r--r-- | indra/newview/llviewerinventory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerinventory.h b/indra/newview/llviewerinventory.h index 5cd31353f8..0dfbf0cced 100644 --- a/indra/newview/llviewerinventory.h +++ b/indra/newview/llviewerinventory.h @@ -233,7 +233,7 @@ public: S32 getViewerDescendentCount() const; virtual void exportLLSD(LLSD &sd) const; - virtual bool importLLSD(const LLSD& cat_data); + virtual bool importLLSD(const std::string& label, const LLSD& value); void determineFolderType(); void changeType(LLFolderType::EType new_folder_type); |