From 3dea03ed4af39f11dd554d07085726c37b56e00b Mon Sep 17 00:00:00 2001
From: Kadah_Coba <kadah.coba@gmail.com>
Date: Sat, 2 Mar 2019 23:34:31 -0800
Subject: [PATCH] Added LLTextBase::setParseHTML

---
 indra/llui/lltextbase.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/indra/llui/lltextbase.h b/indra/llui/lltextbase.h
index 5fdde445ef5..3331b8aeee8 100644
--- a/indra/llui/lltextbase.h
+++ b/indra/llui/lltextbase.h
@@ -366,6 +366,8 @@ class LLTextBase
 	virtual void	onFocusReceived();
 	virtual void	onFocusLost();
 
+    void        setParseHTML(bool parse_html) { mParseHTML = parse_html; }
+
 	// LLSpellCheckMenuHandler overrides
 	/*virtual*/ bool		getSpellCheck() const;
 
-- 
GitLab