summaryrefslogtreecommitdiff
path: root/indra/llcommon/llerrorcontrol.h
diff options
context:
space:
mode:
authorBrad Linden <brad@lindenlab.com>2024-08-09 15:43:06 -0700
committerBrad Linden <brad@lindenlab.com>2024-08-09 15:43:06 -0700
commitc106221726c48a4231b7854bff224ae422c0517f (patch)
treef0608f7f72f23a447778f8bce6f210eb221ebdf1 /indra/llcommon/llerrorcontrol.h
parentcf160e30236226fdd3343a7ba50d05265709718d (diff)
parent3b2c32fdf940b37108e13eb69fcf0468469dc182 (diff)
Merge remote-tracking branch 'origin/release/2024.06-atlasaurus' into develop
# Conflicts: # .github/workflows/build.yaml # indra/llui/llscrolllistctrl.cpp
Diffstat (limited to 'indra/llcommon/llerrorcontrol.h')
-rw-r--r--indra/llcommon/llerrorcontrol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llerrorcontrol.h b/indra/llcommon/llerrorcontrol.h
index 2be443ca37..1845fc42db 100644
--- a/indra/llcommon/llerrorcontrol.h
+++ b/indra/llcommon/llerrorcontrol.h
@@ -198,7 +198,7 @@ namespace LLError
};
/**
- * @NOTE: addRecorder() and removeRecorder() uses the boost::shared_ptr to allow for shared ownership
+ * @NOTE: addRecorder() and removeRecorder() uses the std::shared_ptr to allow for shared ownership
* while still ensuring that the allocated memory is eventually freed
*/
LL_COMMON_API void addRecorder(RecorderPtr);