summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryfunctions.h
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-06-08 23:25:12 +0300
committerMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-06-08 23:25:12 +0300
commitf8823a426383949fb1609fa82b5ebb98ef2c295b (patch)
tree9b90e858741cbe28c2fbc37f4e61db25dc9fc371 /indra/newview/llinventoryfunctions.h
parent53fc42fe032c2aef453f420645b0e46dea4c23db (diff)
SL-19845 show delete confirmation at least once per session
Diffstat (limited to 'indra/newview/llinventoryfunctions.h')
-rw-r--r--indra/newview/llinventoryfunctions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventoryfunctions.h b/indra/newview/llinventoryfunctions.h
index 1b0f598bf5..914d9da620 100644
--- a/indra/newview/llinventoryfunctions.h
+++ b/indra/newview/llinventoryfunctions.h
@@ -551,7 +551,7 @@ struct LLInventoryAction
static void saveMultipleTextures(const std::vector<std::string>& filenames, std::set<LLFolderViewItem*> selected_items, LLInventoryModel* model);
- static const int sConfirmOnDeleteItemsNumber;
+ static bool sDeleteConfirmationDisplayed;
private:
static void buildMarketplaceFolders(LLFolderView* root);