diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2009-11-10 23:24:45 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2009-11-10 23:24:45 -0500 |
commit | 94ba659ca42e3ab563d5d022c1cb1d7cde2e450c (patch) | |
tree | b774269295bcf483f905648e7c90fcb03cfdca24 /indra/llui/lllayoutstack.cpp | |
parent | 37ac878ec06138e35507f0dd007556cc613ee08f (diff) | |
parent | b854d4d55b410fea30bffa4cc9bd557e3aa35cab (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(); } } |