diff options
author | Brad Linden <brad@lindenlab.com> | 2024-08-09 15:43:06 -0700 |
---|---|---|
committer | Brad Linden <brad@lindenlab.com> | 2024-08-09 15:43:06 -0700 |
commit | c106221726c48a4231b7854bff224ae422c0517f (patch) | |
tree | f0608f7f72f23a447778f8bce6f210eb221ebdf1 /indra/llcommon | |
parent | cf160e30236226fdd3343a7ba50d05265709718d (diff) | |
parent | 3b2c32fdf940b37108e13eb69fcf0468469dc182 (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')
-rw-r--r-- | indra/llcommon/llerrorcontrol.h | 2 |
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); |