summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatarself.cpp
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2010-05-26 13:27:19 -0400
committerNyx (Neal Orman) <nyx@lindenlab.com>2010-05-26 13:27:19 -0400
commit1084bfef0057de5cd3201426aaad68329a62a0da (patch)
tree88f3aea04a0f94a78f5c51829165ba5a32b9abdc /indra/newview/llvoavatarself.cpp
parentc7b6ab820800d91d62ac292c7a1fe2ef12b3c5e1 (diff)
EXT-7213 WIP kill old appearance editor and all traces of code
part 2 - correcting a few points that would have broken the build. Final version will be reviewed before pushing.
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rw-r--r--indra/newview/llvoavatarself.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp
index ebca12dee8..1ad4175a42 100644
--- a/indra/newview/llvoavatarself.cpp
+++ b/indra/newview/llvoavatarself.cpp
@@ -1333,11 +1333,11 @@ BOOL LLVOAvatarSelf::isTextureDefined(LLVOAvatarDefines::ETextureIndex type, U32
}
//virtual
-BOOL LLVOAvatarSelf::isTextureVisible(LLVOAvatarDefines::ETextureIndex type, U32 index = 0) const
+BOOL LLVOAvatarSelf::isTextureVisible(LLVOAvatarDefines::ETextureIndex type, U32 index) const
{
if (isIndexBakedTexture(type))
{
- return LLVOAvatar::isTextureVisible(type,0);
+ return LLVOAvatar::isTextureVisible(type, (U32)0);
}
LLUUID tex_id = getLocalTextureID(type,index);