diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcharacter/llvisualparam.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llcharacter/llvisualparam.h b/linden/indra/llcharacter/llvisualparam.h index ec19fa0..ddd0469 100644 --- a/linden/indra/llcharacter/llvisualparam.h +++ b/linden/indra/llcharacter/llvisualparam.h | |||
@@ -108,7 +108,7 @@ public: | |||
108 | virtual void stopAnimating(BOOL set_by_user); | 108 | virtual void stopAnimating(BOOL set_by_user); |
109 | 109 | ||
110 | // Interface methods | 110 | // Interface methods |
111 | const S32 getID() { return mID; } | 111 | S32 getID() { return mID; } |
112 | void setID(S32 id) { llassert(!mInfo); mID = id; } | 112 | void setID(S32 id) { llassert(!mInfo); mID = id; } |
113 | 113 | ||
114 | const LLString& getName() const { return mInfo->mName; } | 114 | const LLString& getName() const { return mInfo->mName; } |
@@ -120,7 +120,7 @@ public: | |||
120 | void setMaxDisplayName(const char* s) { mInfo->mMaxName = s; } | 120 | void setMaxDisplayName(const char* s) { mInfo->mMaxName = s; } |
121 | void setMinDisplayName(const char* s) { mInfo->mMinName = s; } | 121 | void setMinDisplayName(const char* s) { mInfo->mMinName = s; } |
122 | 122 | ||
123 | const EVisualParamGroup getGroup() { return mInfo->mGroup; } | 123 | EVisualParamGroup getGroup() { return mInfo->mGroup; } |
124 | F32 getMinWeight() { return mInfo->mMinWeight; } | 124 | F32 getMinWeight() { return mInfo->mMinWeight; } |
125 | F32 getMaxWeight() { return mInfo->mMaxWeight; } | 125 | F32 getMaxWeight() { return mInfo->mMaxWeight; } |
126 | F32 getDefaultWeight() { return mInfo->mDefaultWeight; } | 126 | F32 getDefaultWeight() { return mInfo->mDefaultWeight; } |