Skip to content
Snippets Groups Projects
Commit 72eea31b authored by Richard Linden's avatar Richard Linden
Browse files

BUILDFIX: forward declare TraceType to appease gcc template instantiation gods

parent 048638e5
No related branches found
No related tags found
No related merge requests found
...@@ -112,6 +112,9 @@ class LLStopWatchControlsMixin ...@@ -112,6 +112,9 @@ class LLStopWatchControlsMixin
namespace LLTrace namespace LLTrace
{ {
template<typename T>
class TraceType;
class Recording class Recording
: public LLStopWatchControlsMixin<Recording> : public LLStopWatchControlsMixin<Recording>
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment