aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llmultisliderctrl.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llui/llmultisliderctrl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llui/llmultisliderctrl.h b/linden/indra/llui/llmultisliderctrl.h
index 90f43df..5e2d13c 100644
--- a/linden/indra/llui/llmultisliderctrl.h
+++ b/linden/indra/llui/llmultisliderctrl.h
@@ -81,7 +81,7 @@ public:
81 81
82 virtual void setValue(const LLSD& value ); 82 virtual void setValue(const LLSD& value );
83 virtual LLSD getValue() const { return mMultiSlider->getValue(); } 83 virtual LLSD getValue() const { return mMultiSlider->getValue(); }
84 virtual BOOL setLabelArg( const LLString& key, const LLString& text ); 84 virtual BOOL setLabelArg( const LLString& key, const LLStringExplicit& text );
85 85
86 const LLString& getCurSlider() const { return mMultiSlider->getCurSlider(); } 86 const LLString& getCurSlider() const { return mMultiSlider->getCurSlider(); }
87 F32 getCurSliderValue() const { return mCurValue; } 87 F32 getCurSliderValue() const { return mCurValue; }