summaryrefslogtreecommitdiff
path: root/indra/llcommon/lleventdispatcher.h
diff options
context:
space:
mode:
authorMaxim Nikolenko <mnikolenko@productengine.com>2024-01-31 18:43:23 +0200
committerGitHub <noreply@github.com>2024-01-31 18:43:23 +0200
commiteb0c19b2746890eb4dbfd6eac045699d0e5842dd (patch)
tree12b5789d97efbdc6ebb259ffc83461da38a442f3 /indra/llcommon/lleventdispatcher.h
parente2ba2f9c453d4e913b0deb5dfee2a07c55034655 (diff)
parentab1f2c2f6f9b854b95db3733fd6ff6d02e677ebd (diff)
Merge branch DRTVWR-589-luau into luau-scripting
LuaU scripting project
Diffstat (limited to 'indra/llcommon/lleventdispatcher.h')
-rw-r--r--indra/llcommon/lleventdispatcher.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/lleventdispatcher.h b/indra/llcommon/lleventdispatcher.h
index a82bc7a69b..35bf9075a0 100644
--- a/indra/llcommon/lleventdispatcher.h
+++ b/indra/llcommon/lleventdispatcher.h
@@ -851,6 +851,8 @@ public:
ARGS&&... args);
virtual ~LLDispatchListener() {}
+ std::string getPumpName() const { return getName(); }
+
private:
bool process(const LLSD& event) const;
void call_one(const LLSD& name, const LLSD& event) const;