another build fix

master
Richard Linden 2012-09-06 14:38:23 -07:00
parent 456a9a44d8
commit 0027ee8a7d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}