summaryrefslogtreecommitdiff
path: root/indra/llui/lltextbase.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-06-02 14:43:45 -0700
committerRichard Linden <none@none>2010-06-02 14:43:45 -0700
commit6df66c35b38371ffaa20094dc2be140574e989c8 (patch)
treefc69c13f55be32db41bb673ab5a4ad607238a8d7 /indra/llui/lltextbase.cpp
parent1bfd7a659b4539c1011ab314cac161e14a1fa13e (diff)
fixed compile error
Diffstat (limited to 'indra/llui/lltextbase.cpp')
-rw-r--r--indra/llui/lltextbase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltextbase.cpp b/indra/llui/lltextbase.cpp
index 71c7811757..f0a8f70ae5 100644
--- a/indra/llui/lltextbase.cpp
+++ b/indra/llui/lltextbase.cpp
@@ -1707,7 +1707,7 @@ void LLTextBase::appendAndHighlightText(const std::string &new_text, bool prepen
if (mParseHighlights)
{
LLStyle::Params highlight_params(style_params);
-.
+
LLSD pieces = LLTextParser::instance().parsePartialLineHighlights(new_text, highlight_params.color(), (LLTextParser::EHighlightPosition)highlight_part);
for (S32 i = 0; i < pieces.size(); i++)
{