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, 1 insertions, 2 deletions
diff --git a/indra/newview/llresourcedata.h b/indra/newview/llresourcedata.h
index b4b9042689..46b79150bb 100644
--- a/indra/newview/llresourcedata.h
+++ b/indra/newview/llresourcedata.h
@@ -39,12 +39,11 @@
struct LLResourceData
{
LLAssetInfo mAssetInfo;
- LLFolderType::EType mPreferredLocation;
+ LLAssetType::EType mPreferredLocation;
LLInventoryType::EType mInventoryType;
U32 mNextOwnerPerm;
S32 mExpectedUploadCost;
void *mUserData;
- static const S8 INVALID_LOCATION = -2;
};
#endif