diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-06-10 15:41:55 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-06-10 15:41:55 +0300 |
commit | e99c494418b4eec21ce3c17c5e642c253fae8084 (patch) | |
tree | dcf6b7cb4b43d374f9d35bff271b6e18dcbfa903 /indra/newview/llblocklist.cpp | |
parent | ad608dbc5f0d57ad29ec3a15e4d0a434dfaa38d2 (diff) |
another batch of changes to use ScopedRegistrarHelper
Diffstat (limited to 'indra/newview/llblocklist.cpp')
-rw-r--r-- | indra/newview/llblocklist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llblocklist.cpp b/indra/newview/llblocklist.cpp index 31b83cfb57..e065e9c23e 100644 --- a/indra/newview/llblocklist.cpp +++ b/indra/newview/llblocklist.cpp @@ -50,7 +50,7 @@ LLBlockList::LLBlockList(const Params& p) mMuteListSize = LLMuteList::getInstance()->getMutes().size(); // Set up context menu. - LLUICtrl::CommitCallbackRegistry::ScopedRegistrar registrar; + ScopedRegistrarHelper registrar; LLUICtrl::EnableCallbackRegistry::ScopedRegistrar enable_registrar; registrar.add ("Block.Action", boost::bind(&LLBlockList::onCustomAction, this, _2)); |