diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-02-11 01:50:31 +0200 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-02-11 01:50:31 +0200 |
commit | 1a0c8c20e73e8ad157ba7a576c1afd7da22ebf9f (patch) | |
tree | c2555d86051301bf84e036331a5ffa955a1ba56a /indra/newview | |
parent | 89c42e0f3c66ccdcf840c11e9aad969d3116be27 (diff) | |
parent | 58bb4116dbe4a8afd5df1a7d8db074b0a43fc8f8 (diff) |
Merged in lindenlab/viewer-lynx
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llviewerassetstorage.cpp | 2 |
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); |