aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llscrollingpanellist.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llui/llscrollingpanellist.h')
-rw-r--r--linden/indra/llui/llscrollingpanellist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llui/llscrollingpanellist.h b/linden/indra/llui/llscrollingpanellist.h
index 7729250..2b8072d 100644
--- a/linden/indra/llui/llscrollingpanellist.h
+++ b/linden/indra/llui/llscrollingpanellist.h
@@ -41,7 +41,7 @@
41class LLScrollingPanel : public LLPanel 41class LLScrollingPanel : public LLPanel
42{ 42{
43public: 43public:
44 LLScrollingPanel(const LLString& name, const LLRect& rect) : LLPanel(name, rect) { } 44 LLScrollingPanel(const std::string& name, const LLRect& rect) : LLPanel(name, rect) { }
45 virtual void updatePanel(BOOL allow_modify) = 0; 45 virtual void updatePanel(BOOL allow_modify) = 0;
46}; 46};
47 47
@@ -52,7 +52,7 @@ public:
52class LLScrollingPanelList : public LLUICtrl 52class LLScrollingPanelList : public LLUICtrl
53{ 53{
54public: 54public:
55 LLScrollingPanelList(const LLString& name, const LLRect& rect) 55 LLScrollingPanelList(const std::string& name, const LLRect& rect)
56 : LLUICtrl(name, rect, TRUE, NULL, NULL, FOLLOWS_LEFT | FOLLOWS_BOTTOM ) {} 56 : LLUICtrl(name, rect, TRUE, NULL, NULL, FOLLOWS_LEFT | FOLLOWS_BOTTOM ) {}
57 57
58 virtual void setValue(const LLSD& value) {}; 58 virtual void setValue(const LLSD& value) {};