diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2024-07-29 18:07:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-29 18:07:18 +0300 |
commit | 040545e3173df0483eefad514029cf46da1e483d (patch) | |
tree | be7b7da1b698fa3ecd1d3ae2caddbfb43b38fe56 /indra/llui/llnotifications.h | |
parent | 50d60c2518710e92cff05b806624b11ac714369f (diff) | |
parent | ed388f61bad7f6873ee3a2e4d673c9b991b4ef88 (diff) |
Merge branch 'release/luau-scripting' into lua-top-menu
Diffstat (limited to 'indra/llui/llnotifications.h')
-rw-r--r-- | indra/llui/llnotifications.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llnotifications.h b/indra/llui/llnotifications.h index ab4f009a80..206c521592 100644 --- a/indra/llui/llnotifications.h +++ b/indra/llui/llnotifications.h @@ -734,7 +734,7 @@ typedef std::multimap<std::string, LLNotificationPtr> LLNotificationMap; // all of the built-in tests should attach to the "Visible" channel // class LLNotificationChannelBase : - public LLEventTrackable, + public boost::signals2::trackable, public LLRefCount { LOG_CLASS(LLNotificationChannelBase); |