diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-10-12 18:35:43 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-10-12 19:40:22 +0300 |
commit | 0a2b748705c6e74eaff814d48b8b110c1364b45f (patch) | |
tree | d4408592bc4559147e45bd29a662d6927370f8ce /indra/newview/llagent.h | |
parent | 1edd38e742b571064c4acece8f29daf25a5e69bb (diff) |
SL-14078 No point in verifying display name cap each frame #2
Diffstat (limited to 'indra/newview/llagent.h')
-rw-r--r-- | indra/newview/llagent.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llagent.h b/indra/newview/llagent.h index 88cce0b911..78303ee560 100644 --- a/indra/newview/llagent.h +++ b/indra/newview/llagent.h @@ -261,6 +261,8 @@ public: boost::signals2::connection addParcelChangedCallback(parcel_changed_callback_t); private: + static void capabilityReceivedCallback(const LLUUID ®ion_id); + typedef boost::signals2::signal<void()> parcel_changed_signal_t; parcel_changed_signal_t mParcelChangedSignal; |