summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorymodel.cpp
diff options
context:
space:
mode:
authorBrad Linden <brad@lindenlab.com>2023-11-02 17:28:10 -0700
committerBrad Linden <brad@lindenlab.com>2023-11-03 09:50:03 -0700
commitdfb44aec706532cd26a1fcc6415cc7fdadec9907 (patch)
tree1a97d1220a1ddb0405ee351d61f35edee9458c0d /indra/newview/llinventorymodel.cpp
parent826310bcab9df0ae79d805ca1f4d1842cbeb2ed2 (diff)
Fix build error from overly fancy tracy macro usage that nobody else is using for DRTVWR-559
Diffstat (limited to 'indra/newview/llinventorymodel.cpp')
-rw-r--r--indra/newview/llinventorymodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp
index 4137bfa788..74a5442586 100644
--- a/indra/newview/llinventorymodel.cpp
+++ b/indra/newview/llinventorymodel.cpp
@@ -3323,7 +3323,7 @@ bool LLInventoryModel::loadFromFile(const std::string& filename,
LLInventoryModel::changed_items_t& cats_to_update,
bool &is_cache_obsolete)
{
- LL_PROFILE_ZONE_NAMED_COLOR("inventory load from file", 0xFF1111);
+ LL_PROFILE_ZONE_NAMED("inventory load from file");
if(filename.empty())
{