diff options
| author | Rider Linden <rider@lindenlab.com> | 2018-03-06 14:58:39 -0800 |
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2018-03-06 14:58:39 -0800 |
| commit | cbe4cac78cf48cb9144dc2f6c194585cff87a1ce (patch) | |
| tree | 5c1ae3a57ac6bdeafb78bc193ba9b081f8108774 /indra/newview/llappviewer.cpp | |
| parent | 5621fa48537100d70e8d06b00b6c2577f5c11140 (diff) | |
Settings type inventory objects and upload the assests.
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 32aad191d3..f42c8e5c47 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -764,7 +764,9 @@ bool LLAppViewer::init() // initialize LLWearableType translation bridge. // Memory will be cleaned up in ::cleanupClass() - LLWearableType::initClass(new LLUITranslationBridge()); + LLTranslationBridge::ptr_t trans = std::make_shared<LLUITranslationBridge>(); + LLWearableType::initClass(trans); + LLSettingsType::initClass(trans); // initialize SSE options LLVector4a::initClass(); |
