diff options
author | Richard Linden <none@none> | 2010-06-02 14:43:45 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-06-02 14:43:45 -0700 |
commit | 6df66c35b38371ffaa20094dc2be140574e989c8 (patch) | |
tree | fc69c13f55be32db41bb673ab5a4ad607238a8d7 /indra/llui/lltextbase.cpp | |
parent | 1bfd7a659b4539c1011ab314cac161e14a1fa13e (diff) |
fixed compile error
Diffstat (limited to 'indra/llui/lltextbase.cpp')
-rw-r--r-- | indra/llui/lltextbase.cpp | 2 |
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++) { |