diff options
Diffstat (limited to 'linden/indra/llui/llscrollingpanellist.h')
-rw-r--r-- | linden/indra/llui/llscrollingpanellist.h | 4 |
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 @@ | |||
41 | class LLScrollingPanel : public LLPanel | 41 | class LLScrollingPanel : public LLPanel |
42 | { | 42 | { |
43 | public: | 43 | public: |
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: | |||
52 | class LLScrollingPanelList : public LLUICtrl | 52 | class LLScrollingPanelList : public LLUICtrl |
53 | { | 53 | { |
54 | public: | 54 | public: |
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) {}; |