summaryrefslogtreecommitdiff
path: root/indra/newview/llwearable.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llwearable.h')
-rw-r--r--indra/newview/llwearable.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llwearable.h b/indra/newview/llwearable.h
index 683a8fa928..8fa609c57b 100644
--- a/indra/newview/llwearable.h
+++ b/indra/newview/llwearable.h
@@ -80,6 +80,7 @@ public:
BOOL exportFile(LLFILE* file);
BOOL importFile(LLFILE* file);
+ static void initClass ();
EWearableType getType() const { return mType; }
void setType( EWearableType type ) { mType = type; }
@@ -140,7 +141,7 @@ private:
te_map_t mTEMap; // maps TE to Image ID
static const std::string sTypeName[ WT_COUNT+1 ];
- static const std::string sTypeLabel[ WT_COUNT+1 ];
+ static std::string sTypeLabel[ WT_COUNT+1 ];
};
#endif // LL_LLWEARABLE_H