diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-08-13 20:19:46 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-08-13 20:19:46 +0300 |
commit | 24a0601a50f81b8f1a21c2c64c118702dd93f645 (patch) | |
tree | 5761d730f7f38652f6ea1c39cf94a1a6ea29686a /indra/newview/llfeaturemanager.cpp | |
parent | 1233842012a257b7eb49eab354bb945593c974ed (diff) |
DRTVWR-493 Reworked a number of inits
Diffstat (limited to 'indra/newview/llfeaturemanager.cpp')
-rw-r--r-- | indra/newview/llfeaturemanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfeaturemanager.cpp b/indra/newview/llfeaturemanager.cpp index 8d07035b97..aa9cba0c18 100644 --- a/indra/newview/llfeaturemanager.cpp +++ b/indra/newview/llfeaturemanager.cpp @@ -522,7 +522,7 @@ void LLFeatureManager::cleanupFeatureTables() mMaskList.clear(); } -void LLFeatureManager::init() +void LLFeatureManager::initSingleton() { // load the tables loadFeatureTables(); |