diff options
| author | simon <none@none> | 2013-04-24 09:35:38 -0700 |
|---|---|---|
| committer | simon <none@none> | 2013-04-24 09:35:38 -0700 |
| commit | 87ba85eaabbfd5fd7ad8ca8136f4783b1d932264 (patch) | |
| tree | e35d6306aef3bfcebbbdb3112458a686e6d28aad /indra/newview/lltoast.cpp | |
| parent | de34ab57cbd29fecc29066a59869dc8cba621561 (diff) | |
diff -r 59c7bed66dfd indra/llcommon/lleventapi.h
Diffstat (limited to 'indra/newview/lltoast.cpp')
| -rw-r--r-- | indra/newview/lltoast.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/lltoast.cpp b/indra/newview/lltoast.cpp index 49debe67f6..a26e47e1c8 100644 --- a/indra/newview/lltoast.cpp +++ b/indra/newview/lltoast.cpp @@ -572,7 +572,8 @@ S32 LLToast::notifyParent(const LLSD& info) //static void LLToast::updateClass() { - for (INSTANCE_TRACKER(LLToast)::instance_iter iter = INSTANCE_TRACKER(LLToast)::beginInstances(); iter != INSTANCE_TRACKER(LLToast)::endInstances(); ) + for (LLInstanceTracker<LLToast>::instance_iter iter = LLInstanceTracker<LLToast>::beginInstances(); + iter != LLInstanceTracker<LLToast>::endInstances(); ) { LLToast& toast = *iter++; |
