diff options
author | Richard Linden <none@none> | 2013-10-03 19:05:52 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-10-03 19:05:52 -0700 |
commit | bee38adb347213bc1824dad8a762dc399c3065ec (patch) | |
tree | b1db05808d35d0dcc168a799f8a2a47b6d1160e0 /indra/llcommon/lltracethreadrecorder.h | |
parent | 9ae025f8ee8688b25678a243ba19f1398de08060 (diff) | |
parent | f8a85003ddd4bee1ae00fc329c1c1d66d6100cbd (diff) |
Automated merge with http://bitbucket.org/lindenlab/viewer-interesting
Diffstat (limited to 'indra/llcommon/lltracethreadrecorder.h')
-rw-r--r-- | indra/llcommon/lltracethreadrecorder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/lltracethreadrecorder.h b/indra/llcommon/lltracethreadrecorder.h index c40228785e..c6afcdac80 100644 --- a/indra/llcommon/lltracethreadrecorder.h +++ b/indra/llcommon/lltracethreadrecorder.h @@ -49,7 +49,7 @@ namespace LLTrace void activate(AccumulatorBufferGroup* recording, bool from_handoff = false); void deactivate(AccumulatorBufferGroup* recording); - active_recording_list_t::reverse_iterator bringUpToDate(AccumulatorBufferGroup* recording); + active_recording_list_t::iterator bringUpToDate(AccumulatorBufferGroup* recording); void addChildRecorder(class ThreadRecorder* child); void removeChildRecorder(class ThreadRecorder* child); |