diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/llui/llscrollingpanellist.h | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2 meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz |
Second Life viewer sources 1.21.0-RC
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) {}; |