diff options
author | Rider Linden <rider@lindenlab.com> | 2015-09-03 11:10:32 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-09-03 11:10:32 -0700 |
commit | c08072a0508cefc6bfc8c05937e984a095f323ce (patch) | |
tree | 888f05cc81991e0916c800afba167a0cc5da766c /indra/newview/llcompilequeue.cpp | |
parent | 346f885473282a2826699c1d2c7dd624d60a1bf3 (diff) |
Moved group experiences into experience cache. Use coros and new HTTP libs.
Diffstat (limited to 'indra/newview/llcompilequeue.cpp')
-rwxr-xr-x | indra/newview/llcompilequeue.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llcompilequeue.cpp b/indra/newview/llcompilequeue.cpp index f763a59c94..b52ccffed9 100755 --- a/indra/newview/llcompilequeue.cpp +++ b/indra/newview/llcompilequeue.cpp @@ -358,7 +358,7 @@ void LLFloaterCompileQueue::handleInventory(LLViewerObject *viewer_object, viewer_object->getID(), itemp); LLExperienceCache::getInstance()->fetchAssociatedExperience(itemp->getParentUUID(), itemp->getUUID(), - boost::bind(LLFloaterCompileQueue::requestAsset, datap, _1)); + boost::bind(&LLFloaterCompileQueue::requestAsset, datap, _1)); } } } |