diff options
| author | Rider Linden <rider@lindenlab.com> | 2026-08-27 14:11:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-27 14:11:20 -0700 |
| commit | 0d4540a5cfa6a0027cb2a635958da1a0b45cea50 (patch) | |
| tree | 0e929dcc1cccb03e0c3270001605015d49ff9f00 /indra/newview/llpublishedobjectmgr.cpp | |
| parent | e6e85510e59ea68e75b565de49522ce3327c056d (diff) | |
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Diffstat (limited to 'indra/newview/llpublishedobjectmgr.cpp')
| -rw-r--r-- | indra/newview/llpublishedobjectmgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpublishedobjectmgr.cpp b/indra/newview/llpublishedobjectmgr.cpp index c11a45a3b1..85a9542dce 100644 --- a/indra/newview/llpublishedobjectmgr.cpp +++ b/indra/newview/llpublishedobjectmgr.cpp @@ -797,7 +797,7 @@ LLSD LLPublishedObjectMgr::buildObjectListLLSD() const } LLSD pub; - add_object_permissions(pub, root); + add_object_permissions(pub, root); pub["object_id"] = info.mObjectID; pub["object_name"] = info.mObjectName; pub["object_description"] = info.mObjectDescription; |
