diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-04-28 17:47:53 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-04-28 17:47:53 +0300 |
commit | 5d7dc08d71f291cf18951c536b8bd2426892bce5 (patch) | |
tree | c8680278e3d606d9cdeee1d24e0fb26637be2b3d /indra/newview | |
parent | ac2611b380a8ff5f8d2e9bc1ad84a11954b76a73 (diff) |
SL-12298 Convert LLSettingsType to an LLSINGLETON variant
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
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(); |