summaryrefslogtreecommitdiff
path: root/indra/llcommon/llfoldertype.cpp
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.cpp
parentae2cbe5258ad76e22420be2760379480e10fb72c (diff)
preemptively adding folder type for basic inventory so we can update sim code to match
Diffstat (limited to 'indra/llcommon/llfoldertype.cpp')
-rw-r--r--indra/llcommon/llfoldertype.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/llfoldertype.cpp b/indra/llcommon/llfoldertype.cpp
index c2cfb7286e..54096e3294 100644
--- a/indra/llcommon/llfoldertype.cpp
+++ b/indra/llcommon/llfoldertype.cpp
@@ -93,6 +93,8 @@ LLFolderDictionary::LLFolderDictionary()
addEntry(LLFolderType::FT_MESH, new FolderEntry("mesh", TRUE));
addEntry(LLFolderType::FT_INBOX, new FolderEntry("inbox", TRUE));
+
+ addEntry(LLFolderType::FT_BASIC_ROOT, new FolderEntry("basic_root", TRUE));
addEntry(LLFolderType::FT_NONE, new FolderEntry("-1", FALSE));
};