diff options
author | Maxim Nikolenko <mnikolenko@productengine.com> | 2024-01-31 18:43:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-31 18:43:23 +0200 |
commit | eb0c19b2746890eb4dbfd6eac045699d0e5842dd (patch) | |
tree | 12b5789d97efbdc6ebb259ffc83461da38a442f3 /indra/llcommon/lleventdispatcher.h | |
parent | e2ba2f9c453d4e913b0deb5dfee2a07c55034655 (diff) | |
parent | ab1f2c2f6f9b854b95db3733fd6ff6d02e677ebd (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.h | 2 |
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; |