summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.cpp
diff options
context:
space:
mode:
authorPtolemy <ptolemy@lindenlab.com>2022-07-14 19:10:23 -0700
committerPtolemy <ptolemy@lindenlab.com>2022-07-14 19:10:23 -0700
commit015cebd2a4d29dba883e06fe93065bee98f7f9c9 (patch)
tree2531a67ad98078c832fa79fd43bc807095030318 /indra/newview/llinventorybridge.cpp
parentd05ccd74d44b595d02d6032c9ed2c0f9ff21f5f0 (diff)
parent075049d02c6e86eaf25cbe67556207247627a5e8 (diff)
Merge branch 'DRTVWR-559' of bitbucket.org:lindenlab/viewer into DRTVWR-559
Diffstat (limited to 'indra/newview/llinventorybridge.cpp')
-rw-r--r--indra/newview/llinventorybridge.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp
index d325831c8f..03c6996de6 100644
--- a/indra/newview/llinventorybridge.cpp
+++ b/indra/newview/llinventorybridge.cpp
@@ -785,7 +785,7 @@ void LLInvFVBridge::getClipboardEntries(bool show_asset_id,
if (obj)
{
- if (obj->getType() != LLInventoryType::IT_CATEGORY)
+ if (obj->getType() != LLAssetType::AT_CATEGORY)
{
items.push_back(std::string("Copy Separator"));
}
@@ -881,7 +881,7 @@ void LLInvFVBridge::getClipboardEntries(bool show_asset_id,
}
}
- if (obj->getType() != LLInventoryType::IT_CATEGORY)
+ if (obj->getType() != LLAssetType::AT_CATEGORY)
{
items.push_back(std::string("Paste Separator"));
}