diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-10-26 00:41:35 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-10-26 00:41:59 +0300 |
commit | 89625f92473bd2894acd287caeeb1d20673f8ddb (patch) | |
tree | 178c26092ee581ffacef9657462a75a94e5aa1a4 /indra/newview/llsidepaneltaskinfo.h | |
parent | ca53f265b45b01378748039d2345005688545114 (diff) |
SL-18444 Live Material Editor updating with selection
Diffstat (limited to 'indra/newview/llsidepaneltaskinfo.h')
-rw-r--r-- | indra/newview/llsidepaneltaskinfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llsidepaneltaskinfo.h b/indra/newview/llsidepaneltaskinfo.h index dc259cb22d..ac9c57f2e2 100644 --- a/indra/newview/llsidepaneltaskinfo.h +++ b/indra/newview/llsidepaneltaskinfo.h @@ -154,6 +154,8 @@ private: LLView* mDAE; LLView* mDAN; LLView* mDAF; + + boost::signals2::connection mSelectionUpdateSlot; }; |