summaryrefslogtreecommitdiff
path: root/indra/llinventory/llfoldertype.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llinventory/llfoldertype.h')
-rw-r--r--indra/llinventory/llfoldertype.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llinventory/llfoldertype.h b/indra/llinventory/llfoldertype.h
index 1f174520da..19f4d61b5b 100644
--- a/indra/llinventory/llfoldertype.h
+++ b/indra/llinventory/llfoldertype.h
@@ -93,9 +93,13 @@ public:
FT_SETTINGS = 56,
+ FT_MATERIAL = 57,
+
FT_COUNT,
FT_NONE = -1
+
+ // When adding, see note at bottom of LLAssetType::Etype
};
static EType lookup(const std::string& type_name);