summaryrefslogtreecommitdiff
path: root/indra/newview/tests
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-05-29 20:44:36 -0700
committerRichard Linden <none@none>2013-05-29 20:44:36 -0700
commitfe7959591633e4c6bda570c6fd19d7fdfec15454 (patch)
treedb43fea8e972c52fd2df2d2767e46301891ee0f7 /indra/newview/tests
parent174cfa0a7a49110dc2ff13850aa5ff48916711dc (diff)
BUILDFIX: fixed unit test compile error
Diffstat (limited to 'indra/newview/tests')
-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 ae93778534..819728aad6 100644
--- a/indra/newview/tests/llviewerassetstats_test.cpp
+++ b/indra/newview/tests/llviewerassetstats_test.cpp
@@ -39,7 +39,7 @@
namespace LLStatViewer
{
- LLTrace::MeasurementStatHandle<> FPS_SAMPLE("fpssample");
+ LLTrace::SampleStatHandle<> FPS_SAMPLE("fpssample");
}
void LLVOAvatar::getNearbyRezzedStats(std::vector<S32>& counts)