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/lleventapi.h | |
parent | d3b1859ca3d6c2c2bcc92edba994b522cf9d4e99 (diff) | |
parent | 628cd605080546c400d3343bf0834bebf693bbcf (diff) |
Merge branch 'release/luau-scripting' into viewer-lua-smoother
Diffstat (limited to 'indra/llcommon/lleventapi.h')
-rw-r--r-- | indra/llcommon/lleventapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/lleventapi.h b/indra/llcommon/lleventapi.h index 3ae820db51..da7c58e6f0 100644 --- a/indra/llcommon/lleventapi.h +++ b/indra/llcommon/lleventapi.h @@ -157,6 +157,7 @@ protected: LLEventAPI(const LL::LazyEventAPIParams&); private: + bool process(const LLSD& event) const override; std::string mDesc; }; |