diff options
Diffstat (limited to 'indra/newview/llviewerassetupload.h')
| -rw-r--r-- | indra/newview/llviewerassetupload.h | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llviewerassetupload.h b/indra/newview/llviewerassetupload.h index 7f7707f5bb..5a07fbf802 100644 --- a/indra/newview/llviewerassetupload.h +++ b/indra/newview/llviewerassetupload.h @@ -90,8 +90,8 @@ 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, bool bulk_upload = true); +    static bool         findAssetTypeOfExtension(const std::string& exten, LLAssetType::EType& asset_type); +    static bool         findAssetTypeAndCodecOfExtension(const std::string& exten, LLAssetType::EType& asset_type, U32& codec, bool bulk_upload = true);  protected:      LLResourceUploadInfo( @@ -256,7 +256,7 @@ public:      };      LLScriptAssetUpload(LLUUID itemId, std::string buffer, invnUploadFinish_f finish, uploadFailed_f failed); -    LLScriptAssetUpload(LLUUID taskId, LLUUID itemId, TargetType_t targetType,  +    LLScriptAssetUpload(LLUUID taskId, LLUUID itemId, TargetType_t targetType,              bool isRunning, LLUUID exerienceId, std::string buffer, taskUploadFinish_f finish, uploadFailed_f failed);      virtual LLSD        generatePostBody();  | 
