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/llfloateravatartextures.h | |
parent | 0c7623f628cbba999860379a2f5c302d94c1d287 (diff) |
Renamed LLVOAvatarDefines to LLAvatarAppearanceDefines
Diffstat (limited to 'indra/newview/llfloateravatartextures.h')
-rw-r--r-- | indra/newview/llfloateravatartextures.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloateravatartextures.h b/indra/newview/llfloateravatartextures.h index 85ff545855..02474a10e1 100644 --- a/indra/newview/llfloateravatartextures.h +++ b/indra/newview/llfloateravatartextures.h @@ -30,7 +30,7 @@ #include "llfloater.h" #include "lluuid.h" #include "llstring.h" -#include "llvoavatardefines.h" +#include "llavatarappearancedefines.h" class LLTextureCtrl; @@ -51,7 +51,7 @@ private: private: LLUUID mID; std::string mTitle; - LLTextureCtrl* mTextures[LLVOAvatarDefines::TEX_NUM_INDICES]; + LLTextureCtrl* mTextures[LLAvatarAppearanceDefines::TEX_NUM_INDICES]; }; #endif |