summaryrefslogtreecommitdiff
path: root/indra/llcharacter
diff options
context:
space:
mode:
authorChristian Goetze <cg@lindenlab.com>2007-10-10 00:01:43 +0000
committerChristian Goetze <cg@lindenlab.com>2007-10-10 00:01:43 +0000
commit5ec8bbbe2244ea70d8aa74b5c572351632699425 (patch)
tree12a4e92720c531105a21ef4f9f363b8572d72a3a /indra/llcharacter
parentb3b62c3b9ef32c4dbcae51cd3ef582734d5717bb (diff)
svn merge -r71238:71367 svn+ssh://svn/svn/linden/branches/maint-ui-qa3
Diffstat (limited to 'indra/llcharacter')
-rw-r--r--indra/llcharacter/llvisualparam.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/llcharacter/llvisualparam.h b/indra/llcharacter/llvisualparam.h
index 16319ef621..43911f4ed7 100644
--- a/indra/llcharacter/llvisualparam.h
+++ b/indra/llcharacter/llvisualparam.h
@@ -119,9 +119,9 @@ public:
const LLString& getMaxDisplayName() const { return mInfo->mMaxName; }
const LLString& getMinDisplayName() const { return mInfo->mMinName; }
- void setDisplayName(const char* s) { mInfo->mDisplayName = s; }
- void setMaxDisplayName(const char* s) { mInfo->mMaxName = s; }
- void setMinDisplayName(const char* s) { mInfo->mMinName = s; }
+ void setDisplayName(const LLString& s) { mInfo->mDisplayName = s; }
+ void setMaxDisplayName(const LLString& s) { mInfo->mMaxName = s; }
+ void setMinDisplayName(const LLString& s) { mInfo->mMinName = s; }
EVisualParamGroup getGroup() { return mInfo->mGroup; }
F32 getMinWeight() { return mInfo->mMinWeight; }