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/llconsole.cpp | |
| parent | 1b46240ed84e2847dbf7da0d67c67940b646448c (diff) | |
| parent | 0b81c19cbe809f041e628da334c305ea33fae2e9 (diff) | |
Sync with viewer-development
Diffstat (limited to 'indra/llui/llconsole.cpp')
| -rw-r--r-- | indra/llui/llconsole.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/llui/llconsole.cpp b/indra/llui/llconsole.cpp index 04040200d0..161496b1f5 100644 --- a/indra/llui/llconsole.cpp +++ b/indra/llui/llconsole.cpp @@ -372,9 +372,7 @@ LLConsole::Paragraph::Paragraph (LLWString str, const LLColor4 &color, F32 add_t // static void LLConsole::updateClass() { - LLInstanceTrackerScopedGuard guard; - - for (instance_iter it = guard.beginInstances(); it != guard.endInstances(); ++it) + for (instance_iter it = beginInstances(); it != endInstances(); ++it) { it->update(); } |
