diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2009-11-10 16:21:55 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2009-11-10 16:21:55 -0500 |
commit | 7d16f84493e8662beeaf9bb5fc120d46add996e4 (patch) | |
tree | 7bcdfea77d5bab067ee853697d9ea314684b139c /indra/llui | |
parent | 25d8cf689aa04a1bd4ebb336714730d29040d05c (diff) | |
parent | 65d8b9cfe56bb1bd62ee4ceabffa617e751b02d0 (diff) |
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
Diffstat (limited to 'indra/llui')
-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(); } } |