diff options
author | Rider Linden <rider@lindenlab.com> | 2015-07-15 14:35:53 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-07-15 14:35:53 -0700 |
commit | 1a6a6c786dcb4164c51734e51a4c86c722835e56 (patch) | |
tree | f1ef3f757eb9f7faa0478fba6b2adc0b8e5fe2ff /indra/newview/llsnapshotlivepreview.cpp | |
parent | 03c202a47545cac1d7643f5e5c9973f4a476f83d (diff) |
LSL Script upload from inventory.
Diffstat (limited to 'indra/newview/llsnapshotlivepreview.cpp')
-rw-r--r-- | indra/newview/llsnapshotlivepreview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsnapshotlivepreview.cpp b/indra/newview/llsnapshotlivepreview.cpp index bbb5db4a0a..16f70a1c95 100644 --- a/indra/newview/llsnapshotlivepreview.cpp +++ b/indra/newview/llsnapshotlivepreview.cpp @@ -1009,7 +1009,7 @@ void LLSnapshotLivePreview::saveTexture() std::string name = "Snapshot: " + pos_string; std::string desc = "Taken by " + who_took_it + " at " + pos_string; - NewResourceUploadInfo::ptr_t assetUploadInfo(new NewResourceUploadInfo( + LLResourceUploadInfo::ptr_t assetUploadInfo(new LLResourceUploadInfo( tid, LLAssetType::AT_TEXTURE, name, desc, 0, LLFolderType::FT_SNAPSHOT_CATEGORY, LLInventoryType::IT_SNAPSHOT, PERM_ALL, LLFloaterPerms::getGroupPerms("Uploads"), LLFloaterPerms::getEveryonePerms("Uploads"), |