summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryfunctions.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-06-04 09:58:11 -0700
committerMerov Linden <merov@lindenlab.com>2014-06-04 09:58:11 -0700
commit252ad06b7bcc33a48b6c23917f6156a436df4b00 (patch)
tree7f8ce3d362b618895fb4e3d0f1fed18a0935937d /indra/newview/llinventoryfunctions.h
parent86d75052f65149da6bbe1ade5ea28b6f01aaba17 (diff)
DD-84 : Final clean up for this fix
Diffstat (limited to 'indra/newview/llinventoryfunctions.h')
-rwxr-xr-xindra/newview/llinventoryfunctions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventoryfunctions.h b/indra/newview/llinventoryfunctions.h
index d52618d795..1fcc23cb69 100755
--- a/indra/newview/llinventoryfunctions.h
+++ b/indra/newview/llinventoryfunctions.h
@@ -59,7 +59,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 skip_consistency_enforcement = false);
+void update_marketplace_category(const LLUUID& cat_id, bool perform_consistency_enforcement = true);
// Nudge all listing categories to signal that their marketplace status changed
void update_all_marketplace_count();