Skip to content
Snippets Groups Projects
Commit 6961a150 authored by richard's avatar richard
Browse files

build fix

parent 92ee1045
No related branches found
No related tags found
No related merge requests found
...@@ -376,7 +376,9 @@ LLConsole::Paragraph::Paragraph (LLWString str, const LLColor4 &color, F32 add_t ...@@ -376,7 +376,9 @@ LLConsole::Paragraph::Paragraph (LLWString str, const LLColor4 &color, F32 add_t
// static // static
void LLConsole::updateClass() void LLConsole::updateClass()
{ {
for (instance_iter it = beginInstances(); it != endInstances(); ++it) LLInstanceTrackerScopedGuard guard;
for (instance_iter it = guard.beginInstances(); it != guard.endInstances(); ++it)
{ {
it->update(); it->update();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment