diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2024-08-06 18:00:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-06 18:00:32 +0300 |
commit | 0bf3b61457e7c77e91fb03d91b4caf0d702f99fa (patch) | |
tree | 8f43417c7f5605c3cee9a4d5c9fe255abbd63b4a /indra/llcommon/lleventdispatcher.h | |
parent | cf29b701b19644062a1428a64023c3cf9829e2de (diff) | |
parent | 628cd605080546c400d3343bf0834bebf693bbcf (diff) |
Merge branch 'release/luau-scripting' into lua-ui-visibility
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; |