diff options
author | Richard Linden <none@none> | 2013-01-04 16:19:20 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2013-01-04 16:19:20 -0800 |
commit | 7dbb8860373769dfca7d6c6588284866a1bf86a3 (patch) | |
tree | cfde2626cb922600c2fa1f54c8831e1898fc7729 /indra/llcommon | |
parent | cf8fa1a958f8676a0911bac7bdb950a865b58c83 (diff) |
SH-3468 WIP add memory tracking base class
further compile error fixes
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/lltracerecording.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/lltracerecording.cpp b/indra/llcommon/lltracerecording.cpp index 9dbafc4e82..c110e64380 100644 --- a/indra/llcommon/lltracerecording.cpp +++ b/indra/llcommon/lltracerecording.cpp @@ -60,7 +60,7 @@ Recording::Recording( const Recording& other ) mStackTimers = other.mStackTimers; mMemStats = other.mMemStats; - LLStopWatchControlsMixin::initTo(other.getPlayState()); + LLStopWatchControlsMixin<Recording>::initTo(other.getPlayState()); } |