summaryrefslogtreecommitdiff
path: root/indra/llcommon/lltracethreadrecorder.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-03-11 00:37:50 -0700
committerRichard Linden <none@none>2013-03-11 00:37:50 -0700
commit1a256eca280e41a672fc87e083db851ab180612c (patch)
treee6a299f9a5b908b322d54ff352035d349aeb7af5 /indra/llcommon/lltracethreadrecorder.h
parent4e3fddf271e6ff4557f594b6a8c036ab2a4e413f (diff)
renamed some variables/methods in LLTrace to make things clearer
Diffstat (limited to 'indra/llcommon/lltracethreadrecorder.h')
-rw-r--r--indra/llcommon/lltracethreadrecorder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/lltracethreadrecorder.h b/indra/llcommon/lltracethreadrecorder.h
index 0e6c091900..ee2e04236a 100644
--- a/indra/llcommon/lltracethreadrecorder.h
+++ b/indra/llcommon/lltracethreadrecorder.h
@@ -59,7 +59,7 @@ namespace LLTrace
ActiveRecording(Recording* target);
Recording* mTargetRecording;
- Recording mBaseline;
+ Recording mPartialRecording;
void moveBaselineToTarget();
};