summaryrefslogtreecommitdiff
path: root/indra/newview/llwearabletype.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llwearabletype.h')
-rw-r--r--indra/newview/llwearabletype.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llwearabletype.h b/indra/newview/llwearabletype.h
index b0326ce0d8..8090fd8df7 100644
--- a/indra/newview/llwearabletype.h
+++ b/indra/newview/llwearabletype.h
@@ -59,7 +59,8 @@ public:
WT_TATTOO = 14,
WT_COUNT = 15,
- WT_NONE = -1,
+ WT_INVALID = 255,
+ WT_NONE = -1,
};
static const std::string& getTypeName(EType type);