diff options
author | Oz Linden <oz@lindenlab.com> | 2011-09-12 14:52:18 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-09-12 14:52:18 -0400 |
commit | e26bd6c140c24d72b44966127825fef5bbe47c1d (patch) | |
tree | c70214a7a7e898b528f6b0f3ec6d47992969fe97 /indra/llui/lllayoutstack.cpp | |
parent | 08b75949998adbe3bbb4ef1d1d7e49405e468c94 (diff) | |
parent | 1c57963673193d5a3da638848c0540a5fbc91603 (diff) |
merge changes for storm-1593 (marketplace inbox)
Diffstat (limited to 'indra/llui/lllayoutstack.cpp')
-rw-r--r-- | indra/llui/lllayoutstack.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/llui/lllayoutstack.cpp b/indra/llui/lllayoutstack.cpp index a59247ba09..a250404292 100644 --- a/indra/llui/lllayoutstack.cpp +++ b/indra/llui/lllayoutstack.cpp @@ -115,9 +115,7 @@ LLLayoutStack::Params::Params() open_time_constant("open_time_constant", 0.02f), close_time_constant("close_time_constant", 0.03f), border_size("border_size", LLCachedControl<S32>(*LLUI::sSettingGroups["config"], "UIResizeBarHeight", 0)) -{ - name="stack"; -} +{} LLLayoutStack::LLLayoutStack(const LLLayoutStack::Params& p) : LLView(p), |