summaryrefslogtreecommitdiff
path: root/indra/llui/lltextbase.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2025-04-18 17:48:02 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2025-04-18 19:59:17 +0300
commit3e46d707a243e91046b3ab0af8f844d7f40f77b4 (patch)
tree1002261dae8d3e914a7816f221edfde3c2c27622 /indra/llui/lltextbase.h
parent90c7684112714fd5ca2c8d73d8ca9bef3fc1e5d6 (diff)
#3758 initial chat mention support
Diffstat (limited to 'indra/llui/lltextbase.h')
-rw-r--r--indra/llui/lltextbase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltextbase.h b/indra/llui/lltextbase.h
index fa8d22c819..a2895e6bd6 100644
--- a/indra/llui/lltextbase.h
+++ b/indra/llui/lltextbase.h
@@ -676,7 +676,7 @@ protected:
// avatar names are looked up.
void replaceUrl(const std::string &url, const std::string &label, const std::string& icon);
- void appendTextImpl(const std::string &new_text, const LLStyle::Params& input_params = LLStyle::Params());
+ void appendTextImpl(const std::string &new_text, const LLStyle::Params& input_params = LLStyle::Params(), bool force_slurl = false);
void appendAndHighlightTextImpl(const std::string &new_text, S32 highlight_part, const LLStyle::Params& style_params, e_underline underline_link = e_underline::UNDERLINE_ALWAYS);
S32 normalizeUri(std::string& uri);