summaryrefslogtreecommitdiff
path: root/indra/newview/llpreviewgesture.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-07-17 14:32:14 -0700
committerRider Linden <rider@lindenlab.com>2015-07-17 14:32:14 -0700
commitd22812a8c8cf96992bcf8d159be76a7bd962de63 (patch)
tree87bdad8ede96dccd9ac5680c96bba774c27bced1 /indra/newview/llpreviewgesture.cpp
parent9b64867d8bc2fa93d0bdb67fa529690348b67611 (diff)
LSL Compile and upload from task object. Fix auto open when finished on all uploads...
Diffstat (limited to 'indra/newview/llpreviewgesture.cpp')
-rwxr-xr-xindra/newview/llpreviewgesture.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llpreviewgesture.cpp b/indra/newview/llpreviewgesture.cpp
index c1d1b9b03c..2604eb1840 100755
--- a/indra/newview/llpreviewgesture.cpp
+++ b/indra/newview/llpreviewgesture.cpp
@@ -1016,7 +1016,7 @@ struct LLSaveInfo
};
-void finishInventoryUpload(LLUUID itemId, LLUUID newAssetId)
+void LLPreviewGesture::finishInventoryUpload(LLUUID itemId, LLUUID newAssetId)
{
// If this gesture is active, then we need to update the in-memory
// active map with the new pointer.
@@ -1108,7 +1108,7 @@ void LLPreviewGesture::saveIfNeeded()
item->setComplete(true);
uploadInfo = LLResourceUploadInfo::ptr_t(new LLBufferedAssetUploadInfo(mItemUUID, LLAssetType::AT_GESTURE, buffer,
- boost::bind(&finishInventoryUpload, _1, _2)));
+ boost::bind(&LLPreviewGesture::finishInventoryUpload, _1, _2)));
url = agent_url;
}
else if (!mObjectUUID.isNull() && !task_url.empty())