From e5124431b54d4342d4677371fccca5bc7250c079 Mon Sep 17 00:00:00 2001 From: Don Kjer Date: Mon, 2 Jul 2007 17:10:30 +0000 Subject: svn merge -r 64079:64548 svn+ssh://svn/svn/linden/branches/maintenance into release --- indra/llui/llview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indra/llui/llview.cpp') diff --git a/indra/llui/llview.cpp b/indra/llui/llview.cpp index 1fab00b524..dbc635830b 100644 --- a/indra/llui/llview.cpp +++ b/indra/llui/llview.cpp @@ -435,8 +435,8 @@ bool LLCompareByTabOrder::operator() (const LLView* const a, const LLView* const if(b && b->isCtrl()) b_score--; if(a_score == -2 && b_score == -2) { - const LLUICtrl * const a_ctrl = static_cast(a); - const LLUICtrl * const b_ctrl = static_cast(b); + const LLUICtrl * const a_ctrl = static_cast(a); + const LLUICtrl * const b_ctrl = static_cast(b); LLView::child_tab_order_const_iter_t a_found = mTabOrder.find(a_ctrl), b_found = mTabOrder.find(b_ctrl); if(a_found != mTabOrder.end()) a_score--; if(b_found != mTabOrder.end()) b_score--; -- cgit v1.2.3