summaryrefslogtreecommitdiff
path: root/indra/llui/lltexteditor.h
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2022-10-19 23:53:53 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2022-10-19 23:53:53 +0300
commitf0cd5407c429f1033ede01e96a107daef70814fd (patch)
tree3d10de84512f0e6a4ad663c7fbee5dc23317130c /indra/llui/lltexteditor.h
parent46427eefd4d27704397f4fe3cf3bc9d29946c1b2 (diff)
parent5456af4c8ce8c2bef7d544cd8a928ea399832756 (diff)
SL-18412 Merge remote-tracking branch 'RyeMutt/viewer/menu-leaks' into DRTVWR-570-maint-Q
Diffstat (limited to 'indra/llui/lltexteditor.h')
-rw-r--r--indra/llui/lltexteditor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltexteditor.h b/indra/llui/lltexteditor.h
index 1a10d2fd1e..f3939248c2 100644
--- a/indra/llui/lltexteditor.h
+++ b/indra/llui/lltexteditor.h
@@ -329,7 +329,7 @@ private:
keystroke_signal_t mKeystrokeSignal;
LLTextValidate::validate_func_t mPrevalidateFunc;
- LLContextMenu* mContextMenu;
+ LLHandle<LLContextMenu> mContextMenuHandle;
}; // end class LLTextEditor
// Build time optimization, generate once in .cpp file