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