summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerinventory.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2018-03-06 14:58:39 -0800
committerRider Linden <rider@lindenlab.com>2018-03-06 14:58:39 -0800
commitcbe4cac78cf48cb9144dc2f6c194585cff87a1ce (patch)
tree5c1ae3a57ac6bdeafb78bc193ba9b081f8108774 /indra/newview/llviewerinventory.cpp
parent5621fa48537100d70e8d06b00b6c2577f5c11140 (diff)
Settings type inventory objects and upload the assests.
Diffstat (limited to 'indra/newview/llviewerinventory.cpp')
-rw-r--r--indra/newview/llviewerinventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerinventory.cpp b/indra/newview/llviewerinventory.cpp
index d6f48a4c55..f5c08a4b0f 100644
--- a/indra/newview/llviewerinventory.cpp
+++ b/indra/newview/llviewerinventory.cpp
@@ -1166,7 +1166,7 @@ void create_inventory_settings(const LLUUID& agent_id, const LLUUID& session_id,
const LLUUID& parent, const LLTransactionID& transaction_id,
const std::string& name,
const std::string& desc,
- LLSettingsType settype,
+ LLSettingsType::type_e settype,
U32 next_owner_perm,
LLPointer<LLInventoryCallback> cb)
{