diff options
| author | Richard Linden <none@none> | 2013-03-25 20:21:04 -0700 | 
|---|---|---|
| committer | Richard Linden <none@none> | 2013-03-25 20:21:04 -0700 | 
| commit | cd46f3d08cef6f43c29447e36c920d10ec184a18 (patch) | |
| tree | 302145b82aba59c81960ca0eb55aa2f084f18e53 /indra/newview/tests | |
| parent | 0ddeaa196731299e443d96e9f2797d8247c0de97 (diff) | |
BUILDFIX gcc fix
Diffstat (limited to 'indra/newview/tests')
| -rw-r--r-- | indra/newview/tests/llviewerassetstats_test.cpp | 2 | 
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) | 
