summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2020-04-28 17:47:53 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2020-04-28 17:47:53 +0300
commit5d7dc08d71f291cf18951c536b8bd2426892bce5 (patch)
treec8680278e3d606d9cdeee1d24e0fb26637be2b3d /indra/newview/llappviewer.cpp
parentac2611b380a8ff5f8d2e9bc1ad84a11954b76a73 (diff)
SL-12298 Convert LLSettingsType to an LLSINGLETON variant
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index cbb47d71f7..51a8e49b4b 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -779,7 +779,7 @@ bool LLAppViewer::init()
// initialize the LLSettingsType translation bridge.
LLTranslationBridge::ptr_t trans = std::make_shared<LLUITranslationBridge>();
- LLSettingsType::initClass(trans);
+ LLSettingsType::initParamSingleton(trans);
// initialize SSE options
LLVector4a::initClass();