summaryrefslogtreecommitdiff
path: root/indra/llcommon/llfoldertype.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2011-06-27 18:29:51 -0700
committerRichard Linden <none@none>2011-06-27 18:29:51 -0700
commite733d5c0a96694d7d6879185f88bcc9b0613f39a (patch)
tree6fd6a5b4c09a589ba8996c4856cfecf907665e64 /indra/llcommon/llfoldertype.h
parentae2cbe5258ad76e22420be2760379480e10fb72c (diff)
preemptively adding folder type for basic inventory so we can update sim code to match
Diffstat (limited to 'indra/llcommon/llfoldertype.h')
-rw-r--r--indra/llcommon/llfoldertype.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llcommon/llfoldertype.h b/indra/llcommon/llfoldertype.h
index cb32cb075b..1fa45d7a50 100644
--- a/indra/llcommon/llfoldertype.h
+++ b/indra/llcommon/llfoldertype.h
@@ -84,7 +84,9 @@ public:
FT_INBOX = 50,
- FT_COUNT = 51,
+ FT_BASIC_ROOT = 51,
+
+ FT_COUNT = 52,
FT_NONE = -1
};