summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.cpp
diff options
context:
space:
mode:
authorBrad Kittenbrink <brad@lindenlab.com>2022-07-14 10:46:24 -0700
committerBrad Kittenbrink <brad@lindenlab.com>2022-07-14 10:46:24 -0700
commit075049d02c6e86eaf25cbe67556207247627a5e8 (patch)
tree961f1a162db8f28418ed7ffe75bddf437ffa1d9f /indra/newview/llinventorybridge.cpp
parent81979e4b491b252d2e3af2e077d3f335aee02f7e (diff)
DRTVWR-559 fix mac build again
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"));
}