diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-04-25 03:38:26 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-04-25 04:26:38 +0300 |
commit | 154ab03bf8a5dacc3128718d1f15160f0cbe2b33 (patch) | |
tree | e7e564a2e7dc27619cf98ca56f3e957d2ed4dd70 /indra/newview/llappearancemgr.h | |
parent | 9c2b0c709b3d1cf1a9243853a8df7089e2494057 (diff) |
SL-19533 Special COF handling #2
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rw-r--r-- | indra/newview/llappearancemgr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h index cf953d21ac..f6aa30d865 100644 --- a/indra/newview/llappearancemgr.h +++ b/indra/newview/llappearancemgr.h @@ -338,6 +338,7 @@ public: LLUUID findDescendentCategoryIDByName(const LLUUID& parent_id,const std::string& name); // Invoke a given callable after category contents are fully fetched. +void callAfterCOFFetch(nullary_func_t cb); void callAfterCategoryFetch(const LLUUID& cat_id, nullary_func_t cb); // Wear all items in a uuid vector. |