diff options
author | Henri Beauchamp <sldev@free.fr> | 2023-02-07 22:18:44 +0100 |
---|---|---|
committer | Henri Beauchamp <sldev@free.fr> | 2023-02-07 22:18:44 +0100 |
commit | c3ab9487245ac77016f3b651e2db47d239941659 (patch) | |
tree | 9cb9f0798dcd8e0a8428f965ac9ee845c14dec17 /indra/newview/llinventorymodel.cpp | |
parent | bf7faa3267e549b01131c6746202a5b6cda8e68a (diff) |
Added a digest_t typedef to clarify the usage of the digest LLUUID
As suggested in comments for previous commit.
Diffstat (limited to 'indra/newview/llinventorymodel.cpp')
-rw-r--r-- | indra/newview/llinventorymodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp index b41ad51fa4..e56a0ba414 100644 --- a/indra/newview/llinventorymodel.cpp +++ b/indra/newview/llinventorymodel.cpp @@ -452,7 +452,7 @@ void LLInventoryModel::getDirectDescendentsOf(const LLUUID& cat_id, items = get_ptr_in_map(mParentChildItemTree, cat_id); } -LLUUID LLInventoryModel::hashDirectDescendentNames(const LLUUID& cat_id) const +LLInventoryModel::digest_t LLInventoryModel::hashDirectDescendentNames(const LLUUID& cat_id) const { LLInventoryModel::cat_array_t* cat_array; LLInventoryModel::item_array_t* item_array; |