summaryrefslogtreecommitdiff
path: root/indra/llcharacter
diff options
context:
space:
mode:
authorrichard <none@none>2010-01-11 12:05:13 -0800
committerrichard <none@none>2010-01-11 12:05:13 -0800
commitdaa4965fe053dbd1af1f9665b29a4a10ac31cfea (patch)
tree22ef78be6c8da9950e0695a9291e877913fafc45 /indra/llcharacter
parenteb228dcf3af8db371fd452e595396d8694c869fe (diff)
renamed LLFastTimerUtil to LLFastTimer
Diffstat (limited to 'indra/llcharacter')
-rw-r--r--indra/llcharacter/llcharacter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcharacter/llcharacter.cpp b/indra/llcharacter/llcharacter.cpp
index 8d269a91a8..528a7bb4a5 100644
--- a/indra/llcharacter/llcharacter.cpp
+++ b/indra/llcharacter/llcharacter.cpp
@@ -180,7 +180,7 @@ void LLCharacter::requestStopMotion( LLMotion* motion)
//-----------------------------------------------------------------------------
// updateMotions()
//-----------------------------------------------------------------------------
-static LLFastTimerUtil::DeclareTimer FTM_UPDATE_ANIMATION("Update Animation");
+static LLFastTimer::DeclareTimer FTM_UPDATE_ANIMATION("Update Animation");
void LLCharacter::updateMotions(e_update_t update_type)
{