summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRichard Linden <none@none>2012-09-06 14:38:23 -0700
committerRichard Linden <none@none>2012-09-06 14:38:23 -0700
commit0027ee8a7ddc47da656fb542ea4a97c00ca2683b (patch)
tree12df3e03ac5c6ba3a2e68908d85b91ea1522b4ac /indra
parent456a9a44d8bb039c21a9c125686778972077121d (diff)
another build fix
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llvoavatarself.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp
index ed84e8103d..fd892db3d3 100755
--- a/indra/newview/llvoavatarself.cpp
+++ b/indra/newview/llvoavatarself.cpp
@@ -2138,7 +2138,7 @@ LLSD LLVOAvatarSelf::metricsData()
result["timers"]["ruth"] = mRuthTimer.getElapsedTimeF32();
result["timers"]["invisible"] = mInvisibleTimer.getElapsedTimeF32();
result["timers"]["fully_loaded"] = mFullyLoadedTimer.getElapsedTimeF32();
- result["startup"] = LLStartUp::getPhases().dumpPhases();
+ result["startup"] = LLStartUp::getPhases().asLLSD();
return result;
}