summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryfunctions.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2021-05-17 17:14:52 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2021-05-17 17:14:52 +0300
commitcb8b5f6ba61b6fd11aae92ca9cb5fdee5032a877 (patch)
tree7bdaf37b37e63c79784f2b1174c39214c6b4f375 /indra/newview/llinventoryfunctions.h
parent2cc76d0bd078869667b44f8bf7b1676205b84bbe (diff)
SL-15223 FIXED "Reason: 'Not Found'" error message floater is shown when delete the unlisted listing folder
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 04eb962372..82bca1f84d 100644
--- a/indra/newview/llinventoryfunctions.h
+++ b/indra/newview/llinventoryfunctions.h
@@ -68,7 +68,7 @@ void show_item_original(const LLUUID& item_uuid);
void reset_inventory_filter();
// Nudge the listing categories in the inventory to signal that their marketplace status changed
-void update_marketplace_category(const LLUUID& cat_id, bool perform_consistency_enforcement = true);
+void update_marketplace_category(const LLUUID& cat_id, bool perform_consistency_enforcement = true, bool skip_clear_listing = false);
// Nudge all listing categories to signal that their marketplace status changed
void update_all_marketplace_count();