summaryrefslogtreecommitdiff
path: root/indra/llui/lltextbase.h
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2016-09-12 17:45:12 +0300
committerandreykproductengine <akleshchev@productengine.com>2016-09-12 17:45:12 +0300
commit50ed0db1ff05c806b2a28ab0368a492c98762419 (patch)
tree710d40e50ad16ab85d13ff55a0cb9849067bde74 /indra/llui/lltextbase.h
parent1de6e0830c9cb500239256e9cab9cb565f8c098a (diff)
MAINT-6720 Fixed onVisibilityChange() crash in LLTextBase
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 85641fd899..3d3a6ca869 100644
--- a/indra/llui/lltextbase.h
+++ b/indra/llui/lltextbase.h
@@ -673,7 +673,7 @@ protected:
S32 mMaxTextByteLength; // Maximum length mText is allowed to be in bytes
// support widgets
- LLContextMenu* mPopupMenu;
+ LLHandle<LLContextMenu> mPopupMenuHandle;
LLView* mDocumentView;
LLScrollContainer* mScroller;