diff options
author | Merov Linden <merov@lindenlab.com> | 2014-05-30 12:20:07 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-05-30 12:20:07 -0700 |
commit | a1afe50feb1c42cc21c7f89b4187a8f7abe0c9fc (patch) | |
tree | ae7d4bc10a00586fd6440c3685cede7be9420563 /indra/newview/llinventoryfunctions.h | |
parent | b9407199462c0b56a7d49c2e19657e87ec149d8c (diff) |
DD-84 : Prompt the user for active listing edits (Cut, Paste and Delete).
Diffstat (limited to 'indra/newview/llinventoryfunctions.h')
-rwxr-xr-x | indra/newview/llinventoryfunctions.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llinventoryfunctions.h b/indra/newview/llinventoryfunctions.h index ae99eb0ad4..5dd317e218 100755 --- a/indra/newview/llinventoryfunctions.h +++ b/indra/newview/llinventoryfunctions.h @@ -445,7 +445,8 @@ public: struct LLInventoryAction { - static void doToSelected(class LLInventoryModel* model, class LLFolderView* root, const std::string& action); + static void doToSelected(class LLInventoryModel* model, class LLFolderView* root, const std::string& action, BOOL user_confirm = TRUE); + static void callback_doToSelected(const LLSD& notification, const LLSD& response, class LLInventoryModel* model, class LLFolderView* root, const std::string& action); static void onItemsRemovalConfirmation(const LLSD& notification, const LLSD& response, LLFolderView* root); static void removeItemFromDND(LLFolderView* root); |