diff options
author | Richard Linden <none@none> | 2013-07-01 20:43:24 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-07-01 20:43:24 -0700 |
commit | bc7d2b76961c0397dcd108e625db4304855f4539 (patch) | |
tree | 7f3e365d7db8359bc17c4f747f32dff947b1b5aa | |
parent | 72eea31b1542f56e987a8701f079b27d8b7276bd (diff) |
BUILDFIX: more template forward declarations
-rw-r--r-- | indra/llcommon/lltracerecording.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/llcommon/lltracerecording.h b/indra/llcommon/lltracerecording.h index b646075228..7b0970ffdf 100644 --- a/indra/llcommon/lltracerecording.h +++ b/indra/llcommon/lltracerecording.h @@ -115,6 +115,15 @@ namespace LLTrace template<typename T> class TraceType; + template<typename T> + class CountStatHandle; + + template<typename T> + class SampleStatHandle; + + template<typename T> + class EventStatHandle; + class Recording : public LLStopWatchControlsMixin<Recording> { |