diff options
author | richard <none@none> | 2010-01-11 12:05:13 -0800 |
---|---|---|
committer | richard <none@none> | 2010-01-11 12:05:13 -0800 |
commit | daa4965fe053dbd1af1f9665b29a4a10ac31cfea (patch) | |
tree | 22ef78be6c8da9950e0695a9291e877913fafc45 /indra/llxuixml | |
parent | eb228dcf3af8db371fd452e595396d8694c869fe (diff) |
renamed LLFastTimerUtil to LLFastTimer
Diffstat (limited to 'indra/llxuixml')
-rw-r--r-- | indra/llxuixml/lltrans.cpp | 2 | ||||
-rw-r--r-- | indra/llxuixml/llxuiparser.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/indra/llxuixml/lltrans.cpp b/indra/llxuixml/lltrans.cpp index 2141cc40eb..d6f17dbb08 100644 --- a/indra/llxuixml/lltrans.cpp +++ b/indra/llxuixml/lltrans.cpp @@ -137,7 +137,7 @@ bool LLTrans::parseLanguageStrings(LLXMLNodePtr &root) -static LLFastTimerUtil::DeclareTimer FTM_GET_TRANS("Translate string"); +static LLFastTimer::DeclareTimer FTM_GET_TRANS("Translate string"); //static std::string LLTrans::getString(const std::string &xml_desc, const LLStringUtil::format_map_t& msg_args) diff --git a/indra/llxuixml/llxuiparser.cpp b/indra/llxuixml/llxuiparser.cpp index 8ea1890d15..17399865e5 100644 --- a/indra/llxuixml/llxuiparser.cpp +++ b/indra/llxuixml/llxuiparser.cpp @@ -400,7 +400,7 @@ LLXUIParser::LLXUIParser() boost::bind(&LLXUIParser::writeSDValue, this, _1, _2)); } -static LLFastTimerUtil::DeclareTimer FTM_PARSE_XUI("XUI Parsing"); +static LLFastTimer::DeclareTimer FTM_PARSE_XUI("XUI Parsing"); void LLXUIParser::readXUI(LLXMLNodePtr node, LLInitParam::BaseBlock& block, const std::string& filename, bool silent) { |