summaryrefslogtreecommitdiff
path: root/indra/newview/llaisapi.h
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2015-04-03 18:36:14 +0300
committerandreykproductengine <akleshchev@productengine.com>2015-04-03 18:36:14 +0300
commit4d1072a0a8912748bc62d42617cc6d5679a1bf20 (patch)
treec670fddc2b7a5855ed82788a730264e21508504e /indra/newview/llaisapi.h
parente538853d8d0f8ef06ed2ba7cefc4d09bf2617099 (diff)
MAINT-4878 FIXED Outfits worn from library copy the subfolders too
Diffstat (limited to 'indra/newview/llaisapi.h')
-rwxr-xr-xindra/newview/llaisapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llaisapi.h b/indra/newview/llaisapi.h
index 5a2ec94af9..bb483fb133 100755
--- a/indra/newview/llaisapi.h
+++ b/indra/newview/llaisapi.h
@@ -124,7 +124,7 @@ private:
class CopyLibraryCategoryCommand: public AISCommand
{
public:
- CopyLibraryCategoryCommand(const LLUUID& source_id, const LLUUID& dest_id, LLPointer<LLInventoryCallback> callback);
+ CopyLibraryCategoryCommand(const LLUUID& source_id, const LLUUID& dest_id, LLPointer<LLInventoryCallback> callback, bool copy_subfolders = true);
protected:
/* virtual */ bool getResponseUUID(const LLSD& content, LLUUID& id);