summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-07-01 20:10:24 -0700
committerRichard Linden <none@none>2013-07-01 20:10:24 -0700
commit72eea31b1542f56e987a8701f079b27d8b7276bd (patch)
tree11a9a1d4b078c7dd8117c555bf2820dfd7b57a9e
parent048638e5ffec0cc08d79484412790b51558942fe (diff)
BUILDFIX: forward declare TraceType to appease gcc template instantiation gods
-rw-r--r--indra/llcommon/lltracerecording.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llcommon/lltracerecording.h b/indra/llcommon/lltracerecording.h
index 355dbabb1c..b646075228 100644
--- a/indra/llcommon/lltracerecording.h
+++ b/indra/llcommon/lltracerecording.h
@@ -112,6 +112,9 @@ private:
namespace LLTrace
{
+ template<typename T>
+ class TraceType;
+
class Recording
: public LLStopWatchControlsMixin<Recording>
{