summaryrefslogtreecommitdiff
path: root/indra/newview/lluilistener.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-08-02 10:12:57 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-08-02 10:12:57 -0400
commitc8ba633a4564da29d9b58b0e08ffb590bb3bce5f (patch)
tree16142170d61f2ecf0ad8a4d6194a152658527589 /indra/newview/lluilistener.h
parent3591afb2a8eba2599d76f3f41d413c882634f017 (diff)
Add 'UI' 'getParents' op to list top-menu 'parent_menu' names.
Diffstat (limited to 'indra/newview/lluilistener.h')
-rw-r--r--indra/newview/lluilistener.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/lluilistener.h b/indra/newview/lluilistener.h
index c90253ab59..671eb5f29b 100644
--- a/indra/newview/lluilistener.h
+++ b/indra/newview/lluilistener.h
@@ -42,7 +42,8 @@ public:
private:
void call(const LLSD& event);
void callables(const LLSD& event) const;
- void getValue(const LLSD&event) const;
+ void getValue(const LLSD& event) const;
+ void getParents(const LLSD& event) const;
void addMenu(const LLSD&event) const;
void addMenuBranch(const LLSD&event) const;