summaryrefslogtreecommitdiff
path: root/indra/newview/llaisapi.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-09-14 18:42:42 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-09-14 18:51:33 +0300
commitfa47e4402b7925a45c5fec9fb9d92fb5e34a589e (patch)
tree6056c5c4b0ad333464fd664751d9ea1ce5255fa6 /indra/newview/llaisapi.h
parentb5c745185f4e3d2d215b5a171dc96a57d01eb079 (diff)
SL-20285 Sturdier cof and fixed link fetching
Diffstat (limited to 'indra/newview/llaisapi.h')
-rw-r--r--indra/newview/llaisapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llaisapi.h b/indra/newview/llaisapi.h
index 53c74ae078..0fdf4a0b74 100644
--- a/indra/newview/llaisapi.h
+++ b/indra/newview/llaisapi.h
@@ -118,7 +118,7 @@ public:
void parseLink(const LLSD& link_map, S32 depth);
void parseItem(const LLSD& link_map);
void parseCategory(const LLSD& link_map, S32 depth);
- void parseDescendentCount(const LLUUID& category_id, const LLSD& embedded);
+ void parseDescendentCount(const LLUUID& category_id, LLFolderType::EType type, const LLSD& embedded);
void parseEmbedded(const LLSD& embedded, S32 depth);
void parseEmbeddedLinks(const LLSD& links, S32 depth);
void parseEmbeddedItems(const LLSD& items);