summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2016-02-11 01:50:31 +0200
committerAndreyL ProductEngine <alihatskiy@productengine.com>2016-02-11 01:50:31 +0200
commit1a0c8c20e73e8ad157ba7a576c1afd7da22ebf9f (patch)
treec2555d86051301bf84e036331a5ffa955a1ba56a /indra/newview
parent89c42e0f3c66ccdcf840c11e9aad969d3116be27 (diff)
parent58bb4116dbe4a8afd5df1a7d8db074b0a43fc8f8 (diff)
Merged in lindenlab/viewer-lynx
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llviewerassetstorage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerassetstorage.cpp b/indra/newview/llviewerassetstorage.cpp
index 5fb99ce02f..2db9c7e67c 100755
--- a/indra/newview/llviewerassetstorage.cpp
+++ b/indra/newview/llviewerassetstorage.cpp
@@ -367,7 +367,7 @@ void LLViewerAssetStorage::_queueDataRequest(
// Set our destination file, and the completion callback.
LLTransferTargetParamsVFile tpvf;
tpvf.setAsset(uuid, atype);
- tpvf.setCallback(downloadCompleteCallback, req);
+ tpvf.setCallback(downloadCompleteCallback, *req);
LL_DEBUGS("AssetStorage") << "Starting transfer for " << uuid << LL_ENDL;
LLTransferTargetChannel *ttcp = gTransferManager.getTargetChannel(mUpstreamHost, LLTCT_ASSET);