aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llcontainerview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llcontainerview.cpp')
-rw-r--r--linden/indra/newview/llcontainerview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llcontainerview.cpp b/linden/indra/newview/llcontainerview.cpp
index 730da17..dbec409 100644
--- a/linden/indra/newview/llcontainerview.cpp
+++ b/linden/indra/newview/llcontainerview.cpp
@@ -262,7 +262,7 @@ LLRect LLContainerView::getRequiredRect()
262 return req_rect; 262 return req_rect;
263} 263}
264 264
265void LLContainerView::setLabel(const LLString& label) 265void LLContainerView::setLabel(const std::string& label)
266{ 266{
267 mLabel = label; 267 mLabel = label;
268} 268}