diff options
author | Merov Linden <merov@lindenlab.com> | 2014-09-22 09:27:15 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-09-22 09:27:15 -0700 |
commit | e9a0b933957d9a620011c43aa37f4c5ee5a74c2e (patch) | |
tree | 7876660d08768d57bce5bca26db61f0954afacaa /indra/newview/llinventoryfunctions.h | |
parent | 406ba92fe2968f7fb2e05851eccc5fc0cca2a67d (diff) |
DD-19 : WIP : Tweak Validation messages as required by producer
Diffstat (limited to 'indra/newview/llinventoryfunctions.h')
-rwxr-xr-x | indra/newview/llinventoryfunctions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventoryfunctions.h b/indra/newview/llinventoryfunctions.h index 76f2120415..b1ac1413cf 100755 --- a/indra/newview/llinventoryfunctions.h +++ b/indra/newview/llinventoryfunctions.h @@ -80,7 +80,7 @@ bool can_move_item_to_marketplace(const LLInventoryCategory* root_folder, LLInve bool can_move_folder_to_marketplace(const LLInventoryCategory* root_folder, LLInventoryCategory* dest_folder, LLInventoryCategory* inv_cat, std::string& tooltip_msg, S32 bundle_size = 1); bool move_item_to_marketplacelistings(LLInventoryItem* inv_item, LLUUID dest_folder, bool copy = false); bool move_folder_to_marketplacelistings(LLInventoryCategory* inv_cat, const LLUUID& dest_folder, bool copy = false); -bool validate_marketplacelistings(LLInventoryCategory* inv_cat, validation_callback_t cb = NULL); +bool validate_marketplacelistings(LLInventoryCategory* inv_cat, validation_callback_t cb = NULL, bool fix_hierarchy = true); S32 depth_nesting_in_marketplace(LLUUID cur_uuid); LLUUID nested_parent_id(LLUUID cur_uuid, S32 depth); S32 compute_stock_count(LLUUID cat_uuid); |