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

BUILDFIX: fixed unit test compile error

parent 174cfa0a
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
namespace LLStatViewer namespace LLStatViewer
{ {
LLTrace::MeasurementStatHandle<> FPS_SAMPLE("fpssample"); LLTrace::SampleStatHandle<> FPS_SAMPLE("fpssample");
} }
void LLVOAvatar::getNearbyRezzedStats(std::vector<S32>& counts) void LLVOAvatar::getNearbyRezzedStats(std::vector<S32>& counts)
......
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