summaryrefslogtreecommitdiff
path: root/indra/llui/llslider.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llui/llslider.h')
-rw-r--r--indra/llui/llslider.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/llslider.h b/indra/llui/llslider.h
index ba0fac1465..a0fa543e98 100644
--- a/indra/llui/llslider.h
+++ b/indra/llui/llslider.h
@@ -41,7 +41,7 @@ class LLSlider : public LLUICtrl
{
public:
LLSlider(
- const LLString& name,
+ const std::string& name,
const LLRect& rect,
void (*on_commit_callback)(LLUICtrl* ctrl, void* userdata),
void* callback_userdata,
@@ -50,7 +50,7 @@ public:
F32 max_value,
F32 increment,
BOOL volume, //TODO: create a "volume" slider sub-class or just use image art, no? -MG
- const LLString& control_name = LLString::null );
+ const std::string& control_name = LLStringUtil::null );
virtual LLXMLNodePtr getXML(bool save_children = true) const;
static LLView* fromXML(LLXMLNodePtr node, LLView *parent, class LLUICtrlFactory *factory);