summaryrefslogtreecommitdiff
path: root/indra/llcommon/llsingleton.h
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2019-08-12 22:56:15 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2019-08-12 22:56:15 +0300
commit3c552696bf8704e30c1525a4f9d4b3dd09034820 (patch)
tree0757f5f645299fc246e247e360e4e12a2ca14997 /indra/llcommon/llsingleton.h
parentb6a3901c2fd9a2866625f63b4b09a50d727cca34 (diff)
DRTVWR-493 LLWearableType to LLParamSingleton
Diffstat (limited to 'indra/llcommon/llsingleton.h')
-rw-r--r--indra/llcommon/llsingleton.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llsingleton.h b/indra/llcommon/llsingleton.h
index 38d5af5309..9be02f7e7d 100644
--- a/indra/llcommon/llsingleton.h
+++ b/indra/llcommon/llsingleton.h
@@ -530,6 +530,7 @@ public:
else
{
super::constructSingleton(std::forward<Args>(args)...);
+ lk.unlock();
super::finishInitializing();
}
}