summaryrefslogtreecommitdiff
path: root/indra/newview/llvovolume.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2022-06-07 10:36:59 -0500
committerDave Parks <davep@lindenlab.com>2022-06-07 10:36:59 -0500
commit3e1db1f18405d50a63d772722175c859c1952f92 (patch)
tree287f4133b791afe63710f633b0468c56c05d3b73 /indra/newview/llvovolume.cpp
parent616f2b639bc6907e810664522304305337646292 (diff)
SL-17532 Cleanup from hasty commit (thanks to Henri for the prodding).
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rw-r--r--indra/newview/llvovolume.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp
index eb1e2cbd80..f47fb6287c 100644
--- a/indra/newview/llvovolume.cpp
+++ b/indra/newview/llvovolume.cpp
@@ -5505,7 +5505,7 @@ U32 get_linkset_index(LLVOVolume* vobj)
LLViewerObject* root = vobj->getRootEdit();
U32 idx = 1;
- for (auto& child : root->getChildren())
+ for (const auto& child : root->getChildren())
{
if (child == vobj)
{