diff options
Diffstat (limited to 'linden/indra/llcharacter/llvisualparam.h')
-rw-r--r-- | linden/indra/llcharacter/llvisualparam.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/linden/indra/llcharacter/llvisualparam.h b/linden/indra/llcharacter/llvisualparam.h index ddd0469..43911f4 100644 --- a/linden/indra/llcharacter/llvisualparam.h +++ b/linden/indra/llcharacter/llvisualparam.h | |||
@@ -2,6 +2,8 @@ | |||
2 | * @file llvisualparam.h | 2 | * @file llvisualparam.h |
3 | * @brief Implementation of LLPolyMesh class. | 3 | * @brief Implementation of LLPolyMesh class. |
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2001&license=viewergpl$ | ||
6 | * | ||
5 | * Copyright (c) 2001-2007, Linden Research, Inc. | 7 | * Copyright (c) 2001-2007, Linden Research, Inc. |
6 | * | 8 | * |
7 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
@@ -24,6 +26,7 @@ | |||
24 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO | 26 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO |
25 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, | 27 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, |
26 | * COMPLETENESS OR PERFORMANCE. | 28 | * COMPLETENESS OR PERFORMANCE. |
29 | * $/LicenseInfo$ | ||
27 | */ | 30 | */ |
28 | 31 | ||
29 | #ifndef LL_LLVisualParam_H | 32 | #ifndef LL_LLVisualParam_H |
@@ -116,9 +119,9 @@ public: | |||
116 | const LLString& getMaxDisplayName() const { return mInfo->mMaxName; } | 119 | const LLString& getMaxDisplayName() const { return mInfo->mMaxName; } |
117 | const LLString& getMinDisplayName() const { return mInfo->mMinName; } | 120 | const LLString& getMinDisplayName() const { return mInfo->mMinName; } |
118 | 121 | ||
119 | void setDisplayName(const char* s) { mInfo->mDisplayName = s; } | 122 | void setDisplayName(const LLString& s) { mInfo->mDisplayName = s; } |
120 | void setMaxDisplayName(const char* s) { mInfo->mMaxName = s; } | 123 | void setMaxDisplayName(const LLString& s) { mInfo->mMaxName = s; } |
121 | void setMinDisplayName(const char* s) { mInfo->mMinName = s; } | 124 | void setMinDisplayName(const LLString& s) { mInfo->mMinName = s; } |
122 | 125 | ||
123 | EVisualParamGroup getGroup() { return mInfo->mGroup; } | 126 | EVisualParamGroup getGroup() { return mInfo->mGroup; } |
124 | F32 getMinWeight() { return mInfo->mMinWeight; } | 127 | F32 getMinWeight() { return mInfo->mMinWeight; } |