summaryrefslogtreecommitdiff
path: root/indra/llui/lltextutil.h
diff options
context:
space:
mode:
authormaxim@mnikolenko <maxim@mnikolenko>2014-05-28 13:20:12 +0300
committermaxim@mnikolenko <maxim@mnikolenko>2014-05-28 13:20:12 +0300
commit72dba8742c3120fcb76b42aa6ede796bdad8554d (patch)
treed33890b434ad892496e5fc70b0f2cdad7c69907a /indra/llui/lltextutil.h
parentc84217cc5bf49354b39ea3521e4805c791a15c8c (diff)
MAINT-4070 FIXED Use icon in urls when content is trusted.
Diffstat (limited to 'indra/llui/lltextutil.h')
-rwxr-xr-xindra/llui/lltextutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltextutil.h b/indra/llui/lltextutil.h
index bf7dbb58ce..798f14d086 100755
--- a/indra/llui/lltextutil.h
+++ b/indra/llui/lltextutil.h
@@ -64,7 +64,7 @@ namespace LLTextUtil
*/
const std::string& formatPhoneNumber(const std::string& phone_str);
- bool processUrlMatch(LLUrlMatch* match,LLTextBase* text_base);
+ bool processUrlMatch(LLUrlMatch* match,LLTextBase* text_base, bool is_content_trusted);
class TextHelpers
{