diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2022-07-29 12:10:05 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2022-07-29 12:10:05 -0400 |
commit | 842ed39584b3df814c290931d750a1bf3b982cf3 (patch) | |
tree | 292b6c7558adbe914145a4bd802a0cd9062e9578 /indra/newview/llinventorybridge.cpp | |
parent | eaebe8fe70985f6d25cf883867f19617164ead81 (diff) |
DRTVWR-559: Revert "Revert "Fix minor Mac build issues.""
Try to reapply the original commit in such a way that it can be pushed.
This reverts commit eaebe8fe70985f6d25cf883867f19617164ead81.
Diffstat (limited to 'indra/newview/llinventorybridge.cpp')
-rw-r--r-- | indra/newview/llinventorybridge.cpp | 4 |
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")); } |