diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-04-16 00:38:35 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-04-16 01:01:19 +0300 |
commit | be1f3220b902b2d110fe477a52078302f18fdcba (patch) | |
tree | 2943ac83e0437d75d30d8b7956bd8f8ce7844bb7 /indra/newview/llfloatermyenvironment.h | |
parent | d7614a89b68e3cd1b49ce16ffcccf8be43ea503b (diff) |
viewer#1215 My Environments' trash button is missing a notification
Diffstat (limited to 'indra/newview/llfloatermyenvironment.h')
-rw-r--r-- | indra/newview/llfloatermyenvironment.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatermyenvironment.h b/indra/newview/llfloatermyenvironment.h index 2d6e234700..d28ba80265 100644 --- a/indra/newview/llfloatermyenvironment.h +++ b/indra/newview/llfloatermyenvironment.h @@ -60,6 +60,7 @@ private: void onFilterCheckChange(); void onFilterEdit(const std::string& search_string); void onSelectionChange(); + void onItemsRemovalConfirmation(const LLSD& notification, const LLSD& response, uuid_vec_t item_ids); void onDeleteSelected(); void onDoCreate(const LLSD &data); void onDoApply(const std::string &context); |