summaryrefslogtreecommitdiff
path: root/indra/llinventory/llinventorytype.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llinventory/llinventorytype.h')
-rw-r--r--indra/llinventory/llinventorytype.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llinventory/llinventorytype.h b/indra/llinventory/llinventorytype.h
index 1a24e351ad..4d1e0db040 100644
--- a/indra/llinventory/llinventorytype.h
+++ b/indra/llinventory/llinventorytype.h
@@ -62,7 +62,8 @@ public:
IT_ANIMATION = 19,
IT_GESTURE = 20,
IT_MESH = 22,
- IT_COUNT = 23,
+ IT_WIDGET = 23,
+ IT_COUNT = 24,
IT_NONE = -1
};