summaryrefslogtreecommitdiff
path: root/indra/llcommon/llfasttimer.h
diff options
context:
space:
mode:
authorAndrew Meadows <andrew@lindenlab.com>2013-01-03 22:34:34 +0000
committerAndrew Meadows <andrew@lindenlab.com>2013-01-03 22:34:34 +0000
commit6e82bb7789c1e046dcfb97c6773150df110153f8 (patch)
treec79b5a696c3f9ea3f617701018d7d9be22ed2a1b /indra/llcommon/llfasttimer.h
parentcda2cdda511eb2f7a58e284db2c852fd4a3808ae (diff)
fixing linux compile errors for llcommon after LLTrace work
Diffstat (limited to 'indra/llcommon/llfasttimer.h')
-rw-r--r--indra/llcommon/llfasttimer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llfasttimer.h b/indra/llcommon/llfasttimer.h
index 995eebd16a..fb2868ff98 100644
--- a/indra/llcommon/llfasttimer.h
+++ b/indra/llcommon/llfasttimer.h
@@ -49,7 +49,7 @@ class ThreadTimerStack
: public BlockTimerStackRecord,
public LLThreadLocalSingleton<ThreadTimerStack>
{
- friend LLThreadLocalSingleton<ThreadTimerStack>;
+ friend class LLThreadLocalSingleton<ThreadTimerStack>;
ThreadTimerStack()
{}