diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-08-06 16:08:48 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-08-06 16:08:48 -0400 |
commit | da30bd882dd8fbf33215726efd90e53209481f1c (patch) | |
tree | 9285e8ac2b3eea0ae1998a831d83adb5de804f62 /indra/llcommon/lleventdispatcher.h | |
parent | d3b1859ca3d6c2c2bcc92edba994b522cf9d4e99 (diff) | |
parent | 628cd605080546c400d3343bf0834bebf693bbcf (diff) |
Merge branch 'release/luau-scripting' into viewer-lua-smoother
Diffstat (limited to 'indra/llcommon/lleventdispatcher.h')
-rw-r--r-- | indra/llcommon/lleventdispatcher.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llcommon/lleventdispatcher.h b/indra/llcommon/lleventdispatcher.h index 5adaa3ebae..698412fdb4 100644 --- a/indra/llcommon/lleventdispatcher.h +++ b/indra/llcommon/lleventdispatcher.h @@ -853,8 +853,10 @@ public: std::string getPumpName() const { return getName(); } +protected: + virtual bool process(const LLSD& event) const; + private: - bool process(const LLSD& event) const; void call_one(const LLSD& name, const LLSD& event) const; void call_map(const LLSD& reqmap, const LLSD& event) const; void call_array(const LLSD& reqarray, const LLSD& event) const; |