summaryrefslogtreecommitdiff
path: root/indra/llui/llscrolllistctrl.cpp
diff options
context:
space:
mode:
authorrichard <none@none>2009-11-05 16:30:51 -0800
committerrichard <none@none>2009-11-05 16:30:51 -0800
commit52b174d316b5f26bbc0722a6816e387d5a6565b3 (patch)
tree4c1f1b9caacd93fd544b3880e9c84f3db41d3841 /indra/llui/llscrolllistctrl.cpp
parent81192236ac44ea500ea6ec6f8de32be11e9165ca (diff)
parent29d8ee76f12e151c0e305933cc7de2daed661430 (diff)
merge
Diffstat (limited to 'indra/llui/llscrolllistctrl.cpp')
-rw-r--r--indra/llui/llscrolllistctrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llscrolllistctrl.cpp b/indra/llui/llscrolllistctrl.cpp
index a6cd6412e5..1c2c02e1cc 100644
--- a/indra/llui/llscrolllistctrl.cpp
+++ b/indra/llui/llscrolllistctrl.cpp
@@ -2624,7 +2624,7 @@ void LLScrollListCtrl::addColumn(const LLScrollListColumn::Params& column_params
LLRect temp_rect = LLRect(left,top+mHeadingHeight,right,top);
- LLScrollColumnHeader::Params params;
+ LLScrollColumnHeader::Params params(LLUICtrlFactory::getDefaultParams<LLScrollColumnHeader>());
params.name = "btn_" + name;
params.rect = temp_rect;
params.column = new_column;