diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2009-11-10 22:34:00 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2009-11-10 22:34:00 -0500 |
commit | b854d4d55b410fea30bffa4cc9bd557e3aa35cab (patch) | |
tree | 89b19e378f0c6cbc0e438da56183bb70ca6ef3ab /indra/llui/lllayoutstack.cpp | |
parent | 8ec85a68acee6b600320b10eea2b9aa11e434e83 (diff) | |
parent | 2fa6067939a2ab9042ac42c68c2517749957480f (diff) |
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
Diffstat (limited to 'indra/llui/lllayoutstack.cpp')
-rw-r--r-- | indra/llui/lllayoutstack.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/lllayoutstack.cpp b/indra/llui/lllayoutstack.cpp index 9399ace1f7..14a6ddb7e0 100644 --- a/indra/llui/lllayoutstack.cpp +++ b/indra/llui/lllayoutstack.cpp @@ -792,8 +792,8 @@ void LLLayoutStack::calcMinExtents() //static void LLLayoutStack::updateClass() { - for (LLInstanceTracker<LLLayoutStack>::instance_iter it = beginInstances(); it != endInstances(); ++it) + for (LLLayoutStack::instance_iter it = beginInstances(); it != endInstances(); ++it) { - (*it)->updateLayout(); + it->updateLayout(); } } |