summaryrefslogtreecommitdiff
path: root/indra/newview/llappearancemgr.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-10-12 18:35:34 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-10-12 18:35:34 +0300
commit1edd38e742b571064c4acece8f29daf25a5e69bb (patch)
treedc25014d9c26aec22472daf2163bd9b3d34f9022 /indra/newview/llappearancemgr.h
parentfc63aa74247b9a62871cf2ee929457d68bfdf63d (diff)
SL-14078 Maked couple functions as const
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rw-r--r--indra/newview/llappearancemgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h
index c274a8b049..8a55a848db 100644
--- a/indra/newview/llappearancemgr.h
+++ b/indra/newview/llappearancemgr.h
@@ -101,7 +101,7 @@ public:
bool getCanReplaceCOF(const LLUUID& outfit_cat_id);
// Can we add all referenced items to the avatar?
- bool canAddWearables(const uuid_vec_t& item_ids);
+ bool canAddWearables(const uuid_vec_t& item_ids) const;
// Copy all items in a category.
void shallowCopyCategoryContents(const LLUUID& src_id, const LLUUID& dst_id,