diff options
| author | Richard Linden <none@none> | 2012-09-06 14:38:23 -0700 | 
|---|---|---|
| committer | Richard Linden <none@none> | 2012-09-06 14:38:23 -0700 | 
| commit | 0027ee8a7ddc47da656fb542ea4a97c00ca2683b (patch) | |
| tree | 12df3e03ac5c6ba3a2e68908d85b91ea1522b4ac | |
| parent | 456a9a44d8bb039c21a9c125686778972077121d (diff) | |
another build fix
| -rwxr-xr-x | indra/newview/llvoavatarself.cpp | 2 | 
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;  } | 
