summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterregioninfo.cpp
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2024-06-10 15:41:55 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2024-06-10 15:41:55 +0300
commite99c494418b4eec21ce3c17c5e642c253fae8084 (patch)
treedcf6b7cb4b43d374f9d35bff271b6e18dcbfa903 /indra/newview/llfloaterregioninfo.cpp
parentad608dbc5f0d57ad29ec3a15e4d0a434dfaa38d2 (diff)
another batch of changes to use ScopedRegistrarHelper
Diffstat (limited to 'indra/newview/llfloaterregioninfo.cpp')
-rw-r--r--indra/newview/llfloaterregioninfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterregioninfo.cpp b/indra/newview/llfloaterregioninfo.cpp
index ef81cb549f..82bcb94669 100644
--- a/indra/newview/llfloaterregioninfo.cpp
+++ b/indra/newview/llfloaterregioninfo.cpp
@@ -258,7 +258,7 @@ BOOL LLFloaterRegionInfo::postBuild()
panel = new LLPanelRegionGeneralInfo;
mInfoPanels.push_back(panel);
- panel->getCommitCallbackRegistrar().add("RegionInfo.ManageTelehub", boost::bind(&LLPanelRegionInfo::onClickManageTelehub, panel));
+ panel->getCommitCallbackRegistrar().add("RegionInfo.ManageTelehub", { boost::bind(&LLPanelRegionInfo::onClickManageTelehub, panel) });
panel->buildFromFile("panel_region_general.xml");
mTab->addTabPanel(panel);