From 79f42837f2f51d16c1bf43e5abb56c65a8766586 Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Thu, 7 Mar 2019 10:54:46 -0500 Subject: [PATCH] Morning, Bitten --- indra/newview/llinventoryactions.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/indra/newview/llinventoryactions.cpp b/indra/newview/llinventoryactions.cpp index 52f6115c8..6a485c408 100644 --- a/indra/newview/llinventoryactions.cpp +++ b/indra/newview/llinventoryactions.cpp @@ -61,6 +61,8 @@ extern LLUUID gAgentID; using namespace LLOldEvents; +bool contains_nocopy_items(const LLUUID& id); + namespace LLInventoryAction { void callback_doToSelected(const LLSD& notification, const LLSD& response, LLFolderView* folder, const std::string& action); @@ -176,7 +178,6 @@ bool LLInventoryAction::doToSelected(LLFolderView* root, std::string action, BOO if (("copy_to_marketplace_listings" == action)) { std::set::iterator set_iter = selected_items.begin(); - bool contains_nocopy_items(const LLUUID& id); if (contains_nocopy_items(*set_iter)) { LLNotificationsUtil::add("ConfirmCopyToMarketplace", LLSD(), LLSD(), boost::bind(&LLInventoryAction::callback_copySelected, _1, _2, root, action));