diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llui/llscrollcontainer.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/llui/llscrollcontainer.h b/linden/indra/llui/llscrollcontainer.h index b6999e6..3e42dd4 100644 --- a/linden/indra/llui/llscrollcontainer.h +++ b/linden/indra/llui/llscrollcontainer.h | |||
@@ -59,10 +59,10 @@ public: | |||
59 | // scrollbars have priority for mouse and keyboard events. | 59 | // scrollbars have priority for mouse and keyboard events. |
60 | enum SCROLL_ORIENTATION { VERTICAL, HORIZONTAL, SCROLLBAR_COUNT }; | 60 | enum SCROLL_ORIENTATION { VERTICAL, HORIZONTAL, SCROLLBAR_COUNT }; |
61 | 61 | ||
62 | LLScrollableContainerView( const LLString& name, const LLRect& rect, | 62 | LLScrollableContainerView( const std::string& name, const LLRect& rect, |
63 | LLView* scrolled_view, BOOL is_opaque = FALSE, | 63 | LLView* scrolled_view, BOOL is_opaque = FALSE, |
64 | const LLColor4& bg_color = LLColor4(0,0,0,0) ); | 64 | const LLColor4& bg_color = LLColor4(0,0,0,0) ); |
65 | LLScrollableContainerView( const LLString& name, const LLRect& rect, | 65 | LLScrollableContainerView( const std::string& name, const LLRect& rect, |
66 | LLUICtrl* scrolled_ctrl, BOOL is_opaque = FALSE, | 66 | LLUICtrl* scrolled_ctrl, BOOL is_opaque = FALSE, |
67 | const LLColor4& bg_color = LLColor4(0,0,0,0) ); | 67 | const LLColor4& bg_color = LLColor4(0,0,0,0) ); |
68 | virtual ~LLScrollableContainerView( void ); | 68 | virtual ~LLScrollableContainerView( void ); |
@@ -94,9 +94,9 @@ public: | |||
94 | EDragAndDropType cargo_type, | 94 | EDragAndDropType cargo_type, |
95 | void* cargo_data, | 95 | void* cargo_data, |
96 | EAcceptance* accept, | 96 | EAcceptance* accept, |
97 | LLString& tooltip_msg); | 97 | std::string& tooltip_msg); |
98 | 98 | ||
99 | virtual BOOL handleToolTip(S32 x, S32 y, LLString& msg, LLRect* sticky_rect); | 99 | virtual BOOL handleToolTip(S32 x, S32 y, std::string& msg, LLRect* sticky_rect); |
100 | virtual void draw(); | 100 | virtual void draw(); |
101 | 101 | ||
102 | virtual LLXMLNodePtr getXML(bool save_children = true) const; | 102 | virtual LLXMLNodePtr getXML(bool save_children = true) const; |