summaryrefslogtreecommitdiff
path: root/indra/newview/llresourcedata.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llresourcedata.h')
-rw-r--r--indra/newview/llresourcedata.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llresourcedata.h b/indra/newview/llresourcedata.h
index 46b79150bb..b4b9042689 100644
--- a/indra/newview/llresourcedata.h
+++ b/indra/newview/llresourcedata.h
@@ -39,11 +39,12 @@
struct LLResourceData
{
LLAssetInfo mAssetInfo;
- LLAssetType::EType mPreferredLocation;
+ LLFolderType::EType mPreferredLocation;
LLInventoryType::EType mInventoryType;
U32 mNextOwnerPerm;
S32 mExpectedUploadCost;
void *mUserData;
+ static const S8 INVALID_LOCATION = -2;
};
#endif