diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-14 09:28:08 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-14 09:28:08 +0100 |
commit | b325f72f7d550fef047e7b85d94fa3f3c778170c (patch) | |
tree | 98d06f8ff8d6324d07463d58804fdb4b59616cce /indra/newview/llwearabletype.h | |
parent | 224892b1d32fe2f4e806736a046e3d0bcde7155d (diff) | |
parent | 3ce4cecd681f3f95c7b1fe04db75c384d0b0854e (diff) |
merge from viewer-public
Diffstat (limited to 'indra/newview/llwearabletype.h')
-rw-r--r-- | indra/newview/llwearabletype.h | 3 |
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); |