diff options
author | Merov Linden <merov@lindenlab.com> | 2011-08-04 15:45:48 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-08-04 15:45:48 -0700 |
commit | 7cc7d143837f2b75f750c139e33fdf5afa8a8866 (patch) | |
tree | 7e37843f06cdd1f163258b5686ac29943aa8558d /indra/llui/lllayoutstack.cpp | |
parent | 1b46240ed84e2847dbf7da0d67c67940b646448c (diff) | |
parent | 0b81c19cbe809f041e628da334c305ea33fae2e9 (diff) |
Sync with viewer-development
Diffstat (limited to 'indra/llui/lllayoutstack.cpp')
-rw-r--r-- | indra/llui/lllayoutstack.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/llui/lllayoutstack.cpp b/indra/llui/lllayoutstack.cpp index 6a91ec56e4..a59247ba09 100644 --- a/indra/llui/lllayoutstack.cpp +++ b/indra/llui/lllayoutstack.cpp @@ -713,10 +713,7 @@ void LLLayoutStack::createResizeBars() //static void LLLayoutStack::updateClass() { - LLInstanceTrackerScopedGuard guard; - for (LLLayoutStack::instance_iter it = guard.beginInstances(); - it != guard.endInstances(); - ++it) + for (instance_iter it = beginInstances(); it != endInstances(); ++it) { it->updateLayout(); } |