summaryrefslogtreecommitdiff
path: root/indra/newview/tests/llviewerassetstats_test.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-03-25 20:21:04 -0700
committerRichard Linden <none@none>2013-03-25 20:21:04 -0700
commitcd46f3d08cef6f43c29447e36c920d10ec184a18 (patch)
tree302145b82aba59c81960ca0eb55aa2f084f18e53 /indra/newview/tests/llviewerassetstats_test.cpp
parent0ddeaa196731299e443d96e9f2797d8247c0de97 (diff)
BUILDFIX gcc fix
Diffstat (limited to 'indra/newview/tests/llviewerassetstats_test.cpp')
-rw-r--r--indra/newview/tests/llviewerassetstats_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/tests/llviewerassetstats_test.cpp b/indra/newview/tests/llviewerassetstats_test.cpp
index ecdd78a1da..ae93778534 100644
--- a/indra/newview/tests/llviewerassetstats_test.cpp
+++ b/indra/newview/tests/llviewerassetstats_test.cpp
@@ -39,7 +39,7 @@
namespace LLStatViewer
{
- LLTrace::Measurement<> FPS_SAMPLE("fpssample");
+ LLTrace::MeasurementStatHandle<> FPS_SAMPLE("fpssample");
}
void LLVOAvatar::getNearbyRezzedStats(std::vector<S32>& counts)