aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llinventory/llinventory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llinventory/llinventory.cpp')
-rw-r--r--linden/indra/llinventory/llinventory.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/llinventory/llinventory.cpp b/linden/indra/llinventory/llinventory.cpp
index 0a8a1fb..4b2e810 100644
--- a/linden/indra/llinventory/llinventory.cpp
+++ b/linden/indra/llinventory/llinventory.cpp
@@ -173,6 +173,11 @@ LLInventoryType::NType calc_ntype(
173 case LLInventoryType::IT_ATTACHMENT: 173 case LLInventoryType::IT_ATTACHMENT:
174 return LLInventoryType::NIT_OBJECT; 174 return LLInventoryType::NIT_OBJECT;
175 175
176 // FOLDERS
177 case LLInventoryType::IT_CATEGORY:
178 case LLInventoryType::IT_ROOT_CATEGORY:
179 return LLInventoryType::NIT_FOLDER;
180
176 // UNKNOWN TYPE! 181 // UNKNOWN TYPE!
177 default: 182 default:
178 return LLInventoryType::NIT_NONE; 183 return LLInventoryType::NIT_NONE;