summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerassetupload.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2019-11-19 16:15:19 +0000
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2019-11-19 16:15:19 +0000
commiteb6e64ec401382fd2fbbbb27830e828035a6e5af (patch)
tree90983b525d9b7af423644ed5267a04f397828df3 /indra/newview/llviewerassetupload.h
parent5b20fca991c109df40b5e8ee0f750507c57f46a1 (diff)
SL-10499 - Fixes for benefits info and upload, especially bulk upload
Diffstat (limited to 'indra/newview/llviewerassetupload.h')
-rw-r--r--indra/newview/llviewerassetupload.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerassetupload.h b/indra/newview/llviewerassetupload.h
index 8ef25ad6fd..6301359021 100644
--- a/indra/newview/llviewerassetupload.h
+++ b/indra/newview/llviewerassetupload.h
@@ -87,6 +87,7 @@ public:
LLUUID getItemId() const { return mItemId; }
LLAssetID getAssetId() const { return mAssetId; }
+ static bool findAssetTypeOfExtension(const std::string& exten, LLAssetType::EType& asset_type);
static bool findAssetTypeAndCodecOfExtension(const std::string& exten, LLAssetType::EType& asset_type, U32& codec);
protected: