aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llsdserialize_xml.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llcommon/llsdserialize_xml.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llsdserialize_xml.cpp b/linden/indra/llcommon/llsdserialize_xml.cpp
index c12ca35..33206b4 100644
--- a/linden/indra/llcommon/llsdserialize_xml.cpp
+++ b/linden/indra/llcommon/llsdserialize_xml.cpp
@@ -562,7 +562,7 @@ void LLSDXMLParser::Impl::parsePart(const char* buf, int len)
562 562
563#ifdef XML_PARSER_PERFORMANCE_TESTS 563#ifdef XML_PARSER_PERFORMANCE_TESTS
564 564
565extern U64 totalTime(); 565extern LL_COMMON_API U64 totalTime();
566U64 readElementTime = 0; 566U64 readElementTime = 0;
567U64 startElementTime = 0; 567U64 startElementTime = 0;
568U64 endElementTime = 0; 568U64 endElementTime = 0;