summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-09-03 16:59:00 -0700
committerRider Linden <rider@lindenlab.com>2015-09-03 16:59:00 -0700
commit8913ed6692fddc5d72ee01ecb92a21093c5d22ad (patch)
tree5b1bedffacdf3f38934d1726d86843ae10021e31 /indra/newview/llstartup.cpp
parentec998b4c6efee0ddba48481dfba630e18c53a29c (diff)
Changes from code review with Nat
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rwxr-xr-xindra/newview/llstartup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index 361cc6c48b..4246f72202 100755
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -2822,7 +2822,7 @@ void LLStartUp::initNameCache()
void LLStartUp::initExperiences()
{
// Should trigger loading the cache.
- LLExperienceCache::getInstance()->setCapabilityQuery(
+ LLExperienceCache::instance().setCapabilityQuery(
boost::bind(&LLAgent::getRegionCapability, &gAgent, _1));
LLExperienceLog::instance().initialize();