diff options
author | Don Kjer <don@lindenlab.com> | 2012-09-03 09:10:24 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-09-03 09:10:24 +0000 |
commit | 21c364c4d455cc05ec176032e8c090be0cc4ed50 (patch) | |
tree | 004b2aacafb45f007149caca31407718b4c60d3d /indra/newview/llviewerwearable.h | |
parent | 0c7623f628cbba999860379a2f5c302d94c1d287 (diff) |
Renamed LLVOAvatarDefines to LLAvatarAppearanceDefines
Diffstat (limited to 'indra/newview/llviewerwearable.h')
-rw-r--r-- | indra/newview/llviewerwearable.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llviewerwearable.h b/indra/newview/llviewerwearable.h index a921f82e7d..ccc26000f2 100644 --- a/indra/newview/llviewerwearable.h +++ b/indra/newview/llviewerwearable.h @@ -28,7 +28,7 @@ #define LL_VIEWER_WEARABLE_H #include "llwearable.h" -#include "llvoavatardefines.h" +#include "llavatarappearancedefines.h" class LLViewerWearable : public LLWearable { @@ -68,7 +68,7 @@ public: void setParamsToDefaults(); void setTexturesToDefaults(); - static const LLUUID getDefaultTextureImageID(LLVOAvatarDefines::ETextureIndex index); + static const LLUUID getDefaultTextureImageID(LLAvatarAppearanceDefines::ETextureIndex index); void saveNewAsset() const; |